Interface MessageListenerContainerFactory


public interface MessageListenerContainerFactory
Factory used to create a custom AbstractMessageListenerContainer to be used in JMS endpoints.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.jms.listener.AbstractMessageListenerContainer
    Create a custom AbstractMessageListenerContainer.
  • Method Details

    • createMessageListenerContainer

      org.springframework.jms.listener.AbstractMessageListenerContainer createMessageListenerContainer(JmsEndpoint endpoint)
      Create a custom AbstractMessageListenerContainer.
      Parameters:
      endpoint - the endpoint to create the listener container for
      Returns:
      the custom message listener container