向ActiveMQ发送消息时如何获取计划作业的scheduledID
我希望能够以编程方式从 ActiveMQ 中删除任何(某些)计划消息,但为此,我需要一个计划作业 ID。有什么方法可以获取这个ID,就像我向队列发送预定消息时的响应一样?
I want to be able to delete any(some) scheduled messages programmatically from ActiveMQ, but for that, I need a scheduled job ID. Is there any way to get this ID, something like a response when I send a scheduled message to the queue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否,只能使用作业调度程序 JMX Mbean 或通过基于消息传递的管理支持(已编写关于此处。
No the scheduled jobs can only be queried using the Job Scheduler JMX Mbean or via the messaging based management support which has been written about here.