Newbie: how to send from WSAD 5.1 to Websphere MQ 5.3
843830Mar 5 2005 — edited Sep 18 2007I installed Websphere MQ 5.3 and created all the necessary queue and queue manager. I'm using the built in MQ version that comes with Websphere right now. I want to use the full blown version of MQ in addition to the built in version. I'm trying to configure WSAD and I can't make it work. I created the connection factory and destination queue using the admin console but when i tried to look up the queueconnectionfactory, i got the classcastexception
here's are the values for my environment
INITIAL_CONTEXT_FACTORY=com.ibm.websphere.naming.WsnInitialContextFactory
PROVIDER_URL=iiop://localhost/
I read this article but it still does not work
http://www-106.ibm.com/developerworks/ibm/library/i-ad5mq53-2/
Anyone has an idea of the steps that i need to do to configure WSAD and be able to send messages over to websphere mq? Any source code would be greatly appreciated. Thanks