The moose likes Websphere and the fly likes create queue and connection factory Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "create queue and connection factory" Watch "create queue and connection factory" New topic
Author

create queue and connection factory

vik ar
Ranch Hand

Joined: Jul 31, 2009
Posts: 102
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
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
however after doing through console there must be some file within websphere which gets changed?
Murali Surampalli
Greenhorn

Joined: Oct 27, 2011
Posts: 3
It is resources.xml which can be found in configuration at relavent scope.
 
 
subject: create queue and connection factory
 
Threads others viewed
Websphere, Entity bean called by MDB
Creating Connection Factory and Queue in JBOSS 5.x
HOW-CONFIGURE FOREIGN JMSCONNECTIONFACTORY&QUEUE IN WEBLOGIC 8.1 TO ACCESS MQ5.3(Msgs
Publish to Weblogic JMS queue from TIBCO
JMX: How to add JMS Connection Factory by JMX on WL?
IntelliJ Java IDE