Hi
I am facing a problem. Help me. See I am having an MDB which has to look to a Queue. In my module there are 3 MDB & 3 Queue. The
problem is how to set the property for each MDB to look into a specific queue.
say 3 MDB's are x,y,z and 3 Queue's are a,b,c.
'x' has to look for messages in 'a' and take it and process it and put the message back to 'b'.
'y' has to look for messages in 'b' and take it and process it (using entity beans) and put it in 'c'.
'z' has to look for messages in 'c' and give it to servlet.
this is the problem. tell me how to set the initial context for connection factory, queue and in case of mdb how to identify queues.
it is better if you give it for JBOSS 3.0.
thanks,
Manoj.