Is EJB MDB is JMS Push model or Pull model? -


know using ejb mdb can consume messages through pub/sub or p2p. when saw comparision according jms specification, pub/sub using push model , p2p using pull model.

true, can't consume p2p messages in mdb using push model?

should configuration changes or purely server providers implementation or both.

thanks

you speaking difference between topic , queue. so, pub/sub topic , p2p queue. implementing push or pull model depends of server , cannot change behavior.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -