com.ibm.websphere.webmsg.publisher.jndijms

Class BayeuxJmsObjectMsg

  • All Implemented Interfaces:
    WebMessage


    public class BayeuxJmsObjectMsg
    extends JmsWebObjectMsg
    Implementation to send an object message over JMS given a bayeux channel. Converts bayeux channel to SIbus specific topic conversion.
    • Constructor Detail

      • BayeuxJmsObjectMsg

        public BayeuxJmsObjectMsg(java.lang.String channel,
                          java.io.Serializable data)
        Constructor
        Parameters:
        channel - - Bayeux channel to publish to. Will be sent over default topic space.
        data - Serializable data to send.
      • BayeuxJmsObjectMsg

        public BayeuxJmsObjectMsg(java.lang.String channel,
                          java.io.Serializable data,
                          long msgID)
        Constructor
        Parameters:
        channel - - Bayeux channel to publish to. Will be sent over default topic space.
        data - Serializable data to send
        msgID - Message id.
      • BayeuxJmsObjectMsg

        public BayeuxJmsObjectMsg(java.lang.String destination,
                          java.lang.String channel,
                          java.io.Serializable data,
                          long msgID)
        Constructor
        Parameters:
        destination - Destination to send message to.
        channel - - Bayeux channel to publish to. Send over specified destination.
        data - Serializable data to send
        msgID - Message id.
IBM WebSphere Application Server [webmsg.publisher]