接口 JmsListenerEndpoint

    • 方法详细资料

      • setupListenerContainer

        void setupListenerContainer​(MessageListenerContainer listenerContainer)
        Setup the specified message listener container with the model defined by this endpoint.

        This endpoint must provide the requested missing option(s) of the specified container to make it usable. Usually, this is about setting the destination and the messageListener to use but an implementation may override any default setting that was already set.

        参数:
        listenerContainer - the listener container to configure