Class SimpleJmsMessageConvertor

    • Constructor Detail

      • SimpleJmsMessageConvertor

        public SimpleJmsMessageConvertor()
    • Method Detail

      • convert

        public Message convert​(Message message)
                        throws JMSException
        Convert a foreign JMS Message to a native ActiveMQ Message - Inbound or visa-versa outbound.
        Specified by:
        convert in interface JmsMesageConvertor
        Parameters:
        message - The target message to convert to a native ActiveMQ message
        Returns:
        the converted message
        Throws:
        JMSException
      • convert

        public Message convert​(Message message,
                               Destination replyTo)
                        throws JMSException
        Convert a foreign JMS Message to a native ActiveMQ Message - Inbound or visa-versa outbound. If the replyTo Destination instance is not null then the Message is configured with the given replyTo value.
        Specified by:
        convert in interface JmsMesageConvertor
        Parameters:
        message - The target message to convert to a native ActiveMQ message
        replyTo - The replyTo Destination to set on the converted Message.
        Returns:
        the converted message
        Throws:
        JMSException