Class SolaceJcsmpAbstractProducer

    • Constructor Detail

      • SolaceJcsmpAbstractProducer

        public SolaceJcsmpAbstractProducer()
    • Method Detail

      • stop

        public void stop()
      • generateDestination

        protected abstract com.solacesystems.jcsmp.Destination generateDestination​(AdaptrisMessage msg,
                                                                                   java.lang.String queueOrTopic)
                                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getMessageTranslator

        public SolaceJcsmpMessageTranslator getMessageTranslator()
        The message translator is responsible for translating the Solace JCSMP message object into an AdaptrisMessage and the reverse. The translator will typically handle the payload and the headers/metadata.
      • setMessageTranslator

        public void setMessageTranslator​(SolaceJcsmpMessageTranslator messageTranslator)
        The message translator is responsible for translating the Solace JCSMP message object into an AdaptrisMessage and the reverse. The translator will typically handle the payload and the headers/metadata.
        Parameters:
        messageTranslator -