Hi. I know how to create a jms connection factory and queue in weblogic - i just plonk a xml file (with root element <weblogic-jms>) in domains/domainname/config/jms. Is there anything similar in websphere or does it have to be done via console?
Geert Pante
Greenhorn
Joined: Feb 03, 2011
Posts: 8
posted
0
vik ar wrote:Hi. I know how to create a jms connection factory and queue in weblogic - i just plonk a xml file (with root element <weblogic-jms>) in domains/domainname/config/jms. Is there anything similar in websphere or does it have to be done via console?
You either do it via the console (Resources->JMS->...) or via a jython script in wsadmin. See the infocenter for more information.
vik ar
Ranch Hand
Joined: Jul 31, 2009
Posts: 102
posted
0
however after doing through console there must be some file within websphere which gets changed?
Murali Surampalli
Greenhorn
Joined: Oct 27, 2011
Posts: 3
posted
0
It is resources.xml which can be found in configuration at relavent scope.