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

What is meant by jms?

0 Answers  


What are the core JMS-related objects required for each JMS-enabled application?

1 Answers  


What is JMS Client?

1 Answers  


What is jms message?

0 Answers  


How to handle the exception caused by jms?

0 Answers  






Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?

0 Answers  


What is the use of jmstemplate in spring?

0 Answers  


How the jms is different from rpc?

0 Answers  


How to write junit test cases for jms?

0 Answers  


Name the components of jms.

0 Answers  


How jndi is related to jms?

0 Answers  


What is wire level protocol?

0 Answers  


Categories