Class JmsMessage.OutgoingJmsMessageBuilder<PAYLOAD>

  • Type Parameters:
    PAYLOAD - payload type
    All Implemented Interfaces:
    Builder<Message<PAYLOAD>>, Supplier<Message<PAYLOAD>>
    Enclosing interface:
    JmsMessage<PAYLOAD>

    public static class JmsMessage.OutgoingJmsMessageBuilder<PAYLOAD>
    extends Object
    implements Builder<Message<PAYLOAD>>
    Outgoing JMS message builder. Makes possible to create JMS message with properties.