[jboss-user] [Beginners Corner] - Re: Message bean listening to Queue and Topic
visolvejboss
do-not-reply at jboss.com
Thu Dec 7 06:51:04 EST 2006
Hello,
On the MDB you have, write an onMessage function, which will be executed when a new message comes at the Queue. You can process the message and then publish to the Topic from the same function. Then, you can write another MDB which listens on the Topic with the onMessage function, so that you can process messages, that arrives on the Topic.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991940#3991940
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991940
More information about the jboss-user
mailing list