Displaying the listeners and their status in my application

白昼怎懂夜的黑 提交于 2020-01-06 08:37:11

问题


In my spring application, i want to display the Listeners and their running status.I am using @JmsListener anotation. I got hint from this url - Configuring multiple DefaultJmslistenercontainerfactory

However, i am also facing a same challenge, I do get the listener statuses but not getting Id's of the listener. Further on, i want to start/stop the listener using same ids

How can i get the id's of the Listeners?


回答1:


There's not currently an API to get the list of listener container ids.

I have opened a JIRA Issue which you can track.



来源:https://stackoverflow.com/questions/33475344/displaying-the-listeners-and-their-status-in-my-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!