com.ibm.websphere.webmsg.publisher.jndijms

Class BayeuxJmsTextMsg

  • All Implemented Interfaces:
    WebMessage


    public class BayeuxJmsTextMsg
    extends JmsWebTextMsg
    Implementation to send an text message over JMS given a bayeux channel. Converts bayeux channel to SIbus specific topic conversion.
    • Constructor Detail

      • BayeuxJmsTextMsg

        public BayeuxJmsTextMsg(java.lang.String channel,
                        java.lang.String content)
        Constructor
        Parameters:
        channel - - Bayeux channel to publish to. Will be sent over default topic space.
        content - - Text to sent.
      • BayeuxJmsTextMsg

        public BayeuxJmsTextMsg(java.lang.String channel,
                        java.lang.String content,
                        long msgID)
        Constructor
        Parameters:
        channel - - Bayeux channel to publish to. Will be sent over default topic space.
        content - - Text to sent.
        msgID - - Message ID
      • BayeuxJmsTextMsg

        public BayeuxJmsTextMsg(java.lang.String destination,
                        java.lang.String channel,
                        java.lang.String content,
                        long msgID)
        Constructor
        Parameters:
        destination - - SIBus destination to send message to.
        channel - - Bayeux channel to publish to. Will be sent over default topic space.
        content - - Text to sent.
        msgID - - Message ID
IBM WebSphere Application Server [webmsg.publisher]