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 the difference between the P2P (Peer to Peer) model and subscribe model?

0 Answers  


How do I use a third-party jdbc driver with jms?

0 Answers  


What is the number of messaging models available on jms?

0 Answers  


What are the components of JMS?

0 Answers  


What is a distributed queue?

0 Answers  


Do text messages use data?

0 Answers  


How does the Application server handle the JMS Connection?

1 Answers  


What is Producer and Consumer?

1 Answers  


What is jms and how it works?

0 Answers  


How do I start wls and configure jms?

0 Answers  


What are the types of messages that are supported by JMS?

0 Answers  


How does jms listener work?

0 Answers  


Categories