Package me.ehp246.aufjms.api.jms
Interface JmsMsg
- All Known Implementing Classes:
TextJmsMsg
public interface JmsMsg
Custom version of JMS Message which does not throw.
The interface is also meant to enforce read-only policy.
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Details
-
id
String id() -
destination
javax.jms.Destination destination() -
type
String type() -
correlationId
String correlationId() -
text
String text() -
replyTo
javax.jms.Destination replyTo() -
groupId
String groupId() -
groupSeq
int groupSeq() -
redelivered
boolean redelivered() -
deliveryCount
int deliveryCount() -
expiration
Instant expiration() -
timestamp
Instant timestamp() -
invoking
String invoking() -
property
-
propertyNames
-
message
javax.jms.TextMessage message()
-