I've got an interesting situation here. I've just inherited a bunch of codes which (do not come with any deployment descriptors). Basically there is a working system which uses a
java client to send out JMS message to an MQSeries 5.2 queue. Then, an MDB is there to listen to it.
The system is running fine, but I'm supposed to be documentating the flow of what needs to be done for any new developer point of view. I'm new to the project and know nuts about MQ and only know some JMS.
There is the MA88 Package in place. I would like to know how do we configure the MDB to 'listen' to an MQSeries queue. Is it in the deployment descriptor? (I do not have them). And, what configuration is required to be done in the app server (WebLogic) to recognise the queue factory, etc.
FYI, the app server used is WebLogic 6.1
Any hint would be nice, thank you.