com.ibm.websphere.sib.admin
Interface SIBQueuedMessageDetail
All Superinterfaces:
- public interface SIBQueuedMessageDetail
- extends SIBQueuedMessage
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getApiCorrelationId()
Returns the API correlation id.
|
|
getApiFormat()
Returns the API format (JMS:bytes, JMS:text, JMS:object,
JMS:stream, JMS:map)
|
|
getApiMessageId()
Returns the API message id.
|
|
getApiUserid()
Returns the API user id.
|
|
getBusDiscriminator()
Returns the discriminator used by the message.
|
|
getBusPriority()
Returns the priority of the message 0-9.
|
|
getBusReliability()
Returns the message reliability (BestEffortNonPersistent,
ExpressNonPersistent, ReliableNonPersistent,
ReliablePersistent, AssuredPersistent).
|
|
getBusReplyDiscriminator()
Returns the reply discriminator.
|
|
getBusReplyPriority()
Returns the reply priority of the message 0-9.
|
|
getBusReplyReliability()
Returns the reply message reliability
(BestEffortNonPersistent, ExpressNonPersistent,
ReliableNonPersistent, ReliablePersistent,
AssuredPersistent).
|
|
getBusReplyTimeToLive()
Returns the time to live in milliseconds of the reply
message.
|
|
getBusSystemMessageId()
Returns the system message id as assigned by the messaging
engine.
|
|
getBusTimeToLive()
Returns the time to live in milliseconds.
|
|
getExceptionMessage()
Returns the message text associated with the exceptioning of
the message. when the message was exceptioned.
|
|
getExceptionProblemDestination()
Returns the name of the destination where the problem
occurred that caused this message to be exceptioned.
|
|
getExceptionProblemSubscription()
Returns the name of the subscription that the message was
intended for before being exceptioned.
|
|
getExceptionTimestamp()
Returns the timestamp in milliseconds since 1 Jan 1970 of
when the message was exceptioned.
|
|
getJmsDeliveryMode()
Returns the JMS delivery mode (PERSISTENT, NON_PERSISTENT).
|
|
getJmsDestination()
Returns the JMS destination name.
|
|
getJmsExpiration()
Returns the JMS expriation time in milliseconds.
|
|
getJmsRedelivered()
Returns whether the JMS message has been redelivered.
|
|
getJmsReplyTo()
Returns the JMS reply to destination name.
|
|
getJmsType()
Returns the JMS message type (TEXT, BYTES, OBJECT, STREAM,
MAP).
|
|
getJmsxAppId()
Returns the JMS AppId
|
|
getJmsxDeliveryCount()
Returns the JMS redelivery count.
|
|
getJsApiMessageIdAsBytes()
Returns the API message id.
|
|
getJsApproximateLength()
Returns the approximate length of the queued message.
|
|
getJsCorrelationIdAsBytes()
Returns the correlation id.
|
|
getJsCurrentMEArrivalTimestamp()
Returns the time in milliseconds since the message arrived at
this messaging engine.
|
|
getJsMessageType()
Returns the SIB message type (JMS, TRM, SUBSCRIPTION, SDO,
UNKNOWN).
|
|
getJsMessageWaitTime()
Returns the time in milliseconds that the message has been
waiting on this message point.
|
|
getJsProducerType()
Returns type of the producer of this message (MP, TRM, API,
PSB, UNKNOWN).
|
|
getJsRedeliveredCount()
Returns the number of attempts to deliver this message.
|
|
getJsSecurityUserid()
Returns Security userid associated with this message.
|
|
getJsTimestamp()
Returns the timestamp in milliseconds since 1 Jan 1970 of
when the message was originally sent.
|
|
getType()
Returns the specific message type.
|
Methods inherited from interface com.ibm.websphere.sib.admin.SIBQueuedMessage |
---|
getApproximateLength, getId, getName, getState, getSystemMessageId, getTransactionId |
Method Detail
getType
- java.lang.String getType()
Returns the specific message type.
Specified by:
getType
in interface SIBQueuedMessage
Returns:
String The specific type of message.
getBusDiscriminator
- java.lang.String getBusDiscriminator( )
Returns the discriminator used by the message.
Returns:
String The discrimnator.
getBusPriority
- java.lang.Integer getBusPriority( )
Returns the priority of the message 0-9.
Returns:
Integer message priority.
getBusReliability
- java.lang.String getBusReliability( )
Returns the message reliability (BestEffortNonPersistent,
ExpressNonPersistent, ReliableNonPersistent,
ReliablePersistent, AssuredPersistent).
Returns:
String message reliability
getBusTimeToLive
- java.lang.Long getBusTimeToLive( )
Returns the time to live in milliseconds.
Returns:
Long message time to live.
getBusReplyDiscriminator
- java.lang.String getBusReplyDiscriminator( )
Returns the reply discriminator.
Returns:
String The message reply discriminator.
getBusReplyPriority
- java.lang.Integer getBusReplyPriority( )
Returns the reply priority of the message 0-9.
Returns:
Integer Reply message priority.
getBusReplyReliability
- java.lang.String getBusReplyReliability( )
Returns the reply message reliability
(BestEffortNonPersistent, ExpressNonPersistent,
ReliableNonPersistent, ReliablePersistent,
AssuredPersistent).
Returns:
String Reply message reliability
getBusReplyTimeToLive
- java.lang.Long getBusReplyTimeToLive( )
Returns the time to live in milliseconds of the reply
message.
Returns:
Long Reply message time to live.
getBusSystemMessageId
- java.lang.String getBusSystemMessageId( )
Returns the system message id as assigned by the messaging
engine.
Returns:
String The system message id.
getExceptionTimestamp
- java.lang.Long getExceptionTimestamp( )
Returns the timestamp in milliseconds since 1 Jan 1970 of
when the message was exceptioned.
Returns:
Long Exception timestamp.
getExceptionMessage
- java.lang.String getExceptionMessage( )
Returns the message text associated with the exceptioning of
the message. when the message was exceptioned.
Returns:
String Exception message text.
getExceptionProblemSubscription
- java.lang.String getExceptionProblemSubscription( )
Returns the name of the subscription that the message was
intended for before being exceptioned.
Returns:
String Problem subscription name
getExceptionProblemDestination
- java.lang.String getExceptionProblemDestination( )
Returns the name of the destination where the problem
occurred that caused this message to be exceptioned.
Returns:
String Problem destination name.
getJsMessageType
- java.lang.String getJsMessageType( )
Returns the SIB message type (JMS, TRM, SUBSCRIPTION, SDO,
UNKNOWN).
Returns:
String SIB message type.
getJsApproximateLength
- int getJsApproximateLength()
Returns the approximate length of the queued message.
Returns:
int Approximate length of the message.
getJsTimestamp
- java.lang.Long getJsTimestamp()
Returns the timestamp in milliseconds since 1 Jan 1970 of
when the message was originally sent.
Returns:
Long Sending timestamp.
getJsMessageWaitTime
- java.lang.Long getJsMessageWaitTime( )
Returns the time in milliseconds that the message has been
waiting on this message point.
Returns:
Long Wait time.
getJsCurrentMEArrivalTimestamp
- java.lang.Long getJsCurrentMEArrivalTimestamp( )
Returns the time in milliseconds since the message arrived at
this messaging engine.
Returns:
Long Time since messaging engine arrival.
getJsRedeliveredCount
- java.lang.Integer getJsRedeliveredCount( )
Returns the number of attempts to deliver this message.
Returns:
Integer Number of delivery attempts.
getJsSecurityUserid
- java.lang.String getJsSecurityUserid( )
Returns Security userid associated with this message.
Returns:
String Userid
getJsProducerType
- java.lang.String getJsProducerType( )
Returns type of the producer of this message (MP, TRM, API,
PSB, UNKNOWN).
Returns:
String Producer type.
getJsApiMessageIdAsBytes
- byte[] getJsApiMessageIdAsBytes( )
Returns the API message id.
Returns:
String API message id.
getJsCorrelationIdAsBytes
- byte[] getJsCorrelationIdAsBytes( )
Returns the correlation id.
Returns:
String Correlation id.
getApiMessageId
- java.lang.String getApiMessageId( )
Returns the API message id.
Returns:
String API message id.
getApiCorrelationId
- java.lang.String getApiCorrelationId( )
Returns the API correlation id.
Returns:
String API correlation id.
getApiUserid
- java.lang.String getApiUserid()
Returns the API user id.
Returns:
String API user id.
getApiFormat
- java.lang.String getApiFormat()
Returns the API format (JMS:bytes, JMS:text, JMS:object,
JMS:stream, JMS:map)
Returns:
String API format.
getJmsDeliveryMode
- java.lang.String getJmsDeliveryMode( )
Returns the JMS delivery mode (PERSISTENT, NON_PERSISTENT).
Returns:
String JMS delivery mode.
getJmsExpiration
- java.lang.Long getJmsExpiration( )
Returns the JMS expriation time in milliseconds.
Returns:
Long JMS expiration time.
getJmsDestination
- java.lang.String getJmsDestination( )
Returns the JMS destination name.
Returns:
String JMS destination name.
getJmsReplyTo
- java.lang.String getJmsReplyTo( )
Returns the JMS reply to destination name.
Returns:
String JMS reply to destination name.
getJmsRedelivered
- java.lang.Boolean getJmsRedelivered( )
Returns whether the JMS message has been redelivered.
Returns:
Boolean JMS redelivered.
getJmsType
- java.lang.String getJmsType()
Returns the JMS message type (TEXT, BYTES, OBJECT, STREAM,
MAP).
Returns:
String JMS message type.
getJmsxDeliveryCount
- int getJmsxDeliveryCount()
Returns the JMS redelivery count.
Returns:
int JMS redelivery count.
getJmsxAppId
- java.lang.String getJmsxAppId()
Returns the JMS AppId
Returns:
String JMS AppId.