Interface InputChannel

All Superinterfaces:
Channel
All Known Implementing Classes:
JmsInputChannel

public interface InputChannel extends Channel
  • Method Details

    • getSessionAckMode

      int getSessionAckMode()
    • ackMessage

      void ackMessage(MessageContext aMessageContext)
    • getServerUri

      String getServerUri()
    • setServerUri

      void setServerUri(String aServerUri)
    • getInputQueueName

      String getInputQueueName()
    • getServiceInfo

      ServiceInfo getServiceInfo()
    • isStopped

      boolean isStopped()
    • getConcurrentConsumerCount

      int getConcurrentConsumerCount()
    • destroyListener

      void destroyListener(String anEndpointName, String aDelegateKey)
    • createListener

      void createListener(String aDelegateKey, Endpoint endpointToUpdate) throws Exception
      Throws:
      Exception
    • isFailed

      boolean isFailed(String aDelegateKey)
    • isListenerForDestination

      boolean isListenerForDestination(String anEndpointName)
    • removeDelegateFromFailedList

      void removeDelegateFromFailedList(String aDelegateKey)
    • setTerminating

      void setTerminating()
    • terminate

      void terminate()