[jboss-user] [Beginners Corner] - Re: Message bean listening to Queue and Topic

2006-12-07 Thread visolvejboss
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=bbop=viewtopicp=3991940#3991940

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991940
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Message bean listening to Queue and Topic

2006-12-07 Thread minixman
So basically the best method is to create two MDB one for process on the queue 
and one for process on the topic, and then replying to topic events.

Is there any group documentation on setting up oracle DS so that i can send 
messages to a database.

And when posting messages to the Topic should this be done in a new Thread ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3991961#3991961

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991961
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Message bean listening to Queue and Topic

2006-12-07 Thread visolvejboss
Hello,

minixman wrote : Is there any group documentation on setting up oracle DS so 
that i can send messages to a database.
  | 

You can find the Configuration details for setting up Oracle DS for sending 
messages in the following wiki page.

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB

Hope, this might help you.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3992150#3992150

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992150
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user