|
From: <rtv...@xs...> - 2004-09-27 21:49:16
|
Hi, I've seen that recently a deliveryhandler was introduced. This makes me very happy. I've already changed a small application I have from using a messagelistener to listening on a queue. My deliveryhandler puts the messages in a jms queue (fire and forget) with the appcontext in the jms headers. JMSListeners can then listen on a queue with a filter for their messages. Works great... But why not communicate the existence of this functionality on the developerlist. I noticed because I'm subscribed to the Now... wouldn't it be just as easy to create a generic monitor plugin capabiliy as well? This way it is possible to have Hermes listen on a queue to receive requests to send messages (not commands!!!) I'd be happy to implement this, in fact I already have, does someone want to review it? I have to adapt it to the latest hermes code but that will be easy. Ronald |