I am working on weblogic -jboss Migration.
My usecase is like below.
I need to create
NEW JMSSERVER --> new jdbcstore --> NEW CONNECTION FACTORY --> Config Queues [
To run on this particlar JMSSERVER ]
My Question is how to create a JMSSERVER in Jboss and how to map this connection
factory,queues & jdbc store's to run in that particular server.
The equivalent weblogic code is as below.
<JMSServer Name="WSStoreForwardInternalJMSServertamaserver"
| Store="FileStore" Targets="tamaserver">
| <JMSQueue CreationTime="1115643444724"
| JNDIName="jms.internal.queue.WSStoreForwardQueue"
| JNDINameReplicated="false"
Name="WSInternaljms.internal.queue.WSStoreForwardQueuetamaserver"/>
| <JMSQueue CreationTime="1115643446059"
| JNDIName="jms.internal.queue.WSDupsEliminationHistoryQueue"
| JNDINameReplicated="false"
Name="WSInternaljms.internal.queue.WSDupsEliminationHistoryQueuetamaserver"/>
| </JMSServer>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153486#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...