Interface JmsMsg

All Known Implementing Classes:
TextJmsMsg

public interface JmsMsg
The abstraction of an JMS message without the throws.

The interface is also meant to enforce read-only policy.

Since:
1.0
Author:
Lei Yang
See Also:
  • Method Details

    • id

      String id()
    • destination

      jakarta.jms.Destination destination()
    • type

      String type()
    • correlationId

      String correlationId()
    • text

      String text()
    • replyTo

      jakarta.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

      <T> T property(String name, Class<T> type)
    • propertyNames

      Set<String> propertyNames()
    • message

      jakarta.jms.TextMessage message()