Skip to content
Discussion options

You must be logged in to vote

Hi @jubinjacobthomas, thanks for looking into this.

You can inject / lookup the MessageListenerContainerRegistry bean, which has methods to retrieve all or an individual container:

/**
* Interface for registering and looking up containers at startup and runtime.
*
* @author Tomaz Fernandes
* @since 3.0
* @see DefaultListenerContainerRegistry
*/
public interface MessageListenerContainerRegistry extends SmartLifecycle {
/**
* Register a {@link MessageListenerContainer} instance …

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tomazfernandes
Comment options

Answer selected by jubinjacobthomas
Comment options

You must be logged in to vote
1 reply
@maciejwalkowiak
Comment options

Comment options

You must be logged in to vote
1 reply
@jubinjacobthomas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants