|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SIBQueuedMessage
This class wrappers the overall state of a SIB message stored on a message point.
Method Summary | |
---|---|
int |
getApproximateLength()
Returns the approximate length of the queued message. |
java.lang.String |
getId()
Returns the internal unique id assigned to this message by the message processing component. |
java.lang.String |
getName()
Returns the name of the message as assigned by the messaging engine. |
java.lang.String |
getState()
Returns a String representing the current state of the queued message. |
java.lang.String |
getSystemMessageId()
Returns the system message id as assigned by the messaging engine. |
java.lang.String |
getTransactionId()
Returns the transactionId of the transaction that this message is enrolled in, if one exists. |
java.lang.String |
getType()
Returns the specific message type. |
Method Detail |
---|
java.lang.String getId()
java.lang.String getName()
int getApproximateLength() throws java.lang.Exception
java.lang.Exception
java.lang.String getState()
UNLOCKED
The message is available for consumption
LOCKED
The message is currently unavailable. The message will temporarily be in this state possible due to being consumed by a non-transacted consumer.
REMOTE_LOCKED
The message is currently locked to a consumer attached to another, remote, messaging engine in the bus. The message will remain locked until the remote
messaging engine responds with a decision on the message. If the remote messaging engine is stopped the message will remain locked until the messaging
engine is re-started. A corresponding message request will identify the remote Messaging Engine.
REMOVING
The message is currently being removed under a transaction. The message will be in this state until the transaction commits or rolls back, if this state
persists investigate the state of the transaction returned from getTransactionId()
COMMMITTING
The message is currently being added under a transaction. The message will be in this state until the transaction commits or rolls back, if this state
persists investigate the state of the transaction returned from getTransactionId()
PENDING_RETRY
The message is currently unavailable before being eligible for a retry. This may be due to an Message Driven Bean being configured to delay failing message retries.
BLOCKED
This message is currently unavailable due to the message point being blocked by the first message on the queue that has reached its maximum failed delivery limit
but no exception destination is configured. Identify the first message and resolve the reason that is is failing to be consumed.
java.lang.String getTransactionId()
java.lang.String getType() throws java.lang.Exception
java.lang.Exception
java.lang.String getSystemMessageId()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |