Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
nitzan levi :-)
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
Originally posted by Krishna Raj:
Thanks for your info. I have tried MQ in WAS5 but it does not seem to communicate.
Kyle, have you actually set up this in your machine. If so I have a few setup questions.
Nitzan: JMS being just an API, MDB will work with it. The problem is accessing the server in this case WAS. MDB is built to work with WASQ which I learnt is different from MQ as MQ is treated as a third party queue manager. In the case of jndi access, I was wondering if any of you may have the params for jndi access like the context factory, provider etc. I tried the one that comes with samples but again doesnt seem to be working for me from a standalone app.
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
Originally posted by Krishna Raj:
Kyle, WASQ is WAS queue as you found out. The product may have shared code base in the past but are completely different (This is apparant what you put on WAS is not visible from WMQ !) There has to be some sort of a config to link messages put into WAS queus to be visible in MQ and vise versa. WAS queus are more than stripped down versions of MQ. They actually are designed to work within J2EE and hence have lot of context info available from within WAS as against MQ that has to follow a JNI route. making it more complex.