Hello,
I am trying to deploy my enterprise application in SAP WAS. The application interfaces with an extrnal standalone Java Client through JMS queues. I have a MessageConsumerBean in the J2EE application. I am struggling with a few questions at this stage
1. Do i have to define a JMS connector for my application to work? if yes where would the jms-factories.xml sit? inside the EAr file?
2. Do i need to specify references to the QueueConnectionfactory and Destination Queue in both the ejb-jar.xml and ejb-j2ee-engine.xml? What is the difference?
3. In the Visual Admin tool, under Services I can see two children - JMS Provider and JMS Connector and it seems i can create QueueConnectionfactory and Queues under both the children, what is the diference in creating a Queue under the JMS Provider/Runtime as opposed to under the JMS Connector?
Any help is highly appreciated
Thanks
Dushy