Class JmsSyncEndpointConfiguration

    • Constructor Detail

      • JmsSyncEndpointConfiguration

        public JmsSyncEndpointConfiguration()
    • Method Detail

      • setCorrelator

        public void setCorrelator​(MessageCorrelator correlator)
        Set the reply message correlator.
        Parameters:
        correlator - the correlator to set
      • getCorrelator

        public MessageCorrelator getCorrelator()
        Gets the correlator.
        Returns:
        the correlator
      • getReplyDestination

        public javax.jms.Destination getReplyDestination()
        Gets the replyDestination.
        Returns:
        the replyDestination
      • setReplyDestination

        public void setReplyDestination​(javax.jms.Destination replyDestination)
        Set the reply destination.
        Parameters:
        replyDestination - the replyDestination to set
      • getReplyDestinationName

        public String getReplyDestinationName()
        Gets the replyDestinationName.
        Returns:
        the replyDestinationName
      • setReplyDestinationName

        public void setReplyDestinationName​(String replyDestinationName)
        Set the reply destination name.
        Parameters:
        replyDestinationName - the replyDestinationName to set