can we implement synchronization for handling multiple
messages receieving through Mdb on message



can we implement synchronization for handling multiple messages receieving through Mdb on message..

Answer / abhishekgupta.lko

We can not make the onMessage synchronized just like session
bean avoid the same. Each MDB which gets selected from the
pool executes its own onmessage method. There is logically
no need for it.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More JMS Interview Questions

1)what is global forwards in struts? 2) whait si struts navigation flow?

6 Answers  


What type messaging is provided by JMS ?

1 Answers  


Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?

1 Answers  


What is jms queue?

0 Answers  


What are the functionalities of a jms provider?

0 Answers  






What are Building Blocks of a JMS application?

1 Answers  


Does JMS specification define transactions?

1 Answers  


Give an example of using point to point model in JMS?

0 Answers  


Is rabbitmq jms compliant?

0 Answers  


Mention different types of messages available in JMS API?

0 Answers  


Is it possible to create both queues and topics to single jms server? if yes then how it works?

0 Answers  


What is a jms connection?

0 Answers  


Categories