|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Series connection pool in tomcat server |
« View previous topic :: View next topic » |
Author |
Message
|
DevForMQ1 |
Posted: Sun Aug 19, 2012 9:04 am Post subject: MQ Series connection pool in tomcat server |
|
|
Newbie
Joined: 19 Aug 2012 Posts: 1
|
Hi,
I am trying to find a way to pool the MQ series connections in tomcat server.
Any help in this matter is appreciated.
Thanks
Dev1 |
|
Back to top |
|
 |
mqjeff |
Posted: Sun Aug 19, 2012 11:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
kacy |
Posted: Mon Jan 28, 2013 2:34 am Post subject: |
|
|
Newbie
Joined: 30 Nov 2012 Posts: 2
|
This doc is about non JMS implementation... How can we use it in spring for example ? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jan 28, 2013 5:45 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
kacy wrote: |
This doc is about non JMS implementation... How can we use it in spring for example ? |
You are not doing your homework. If you want to hire an MQ developer to solve this problem, say so. Otherwise, use Google and learn. Or, attend training. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
brianb |
Posted: Mon Jan 28, 2013 8:49 pm Post subject: |
|
|
Voyager
Joined: 12 May 2010 Posts: 85
|
<!-- JMS SUPPORT FOR MQSeries - The connection factory -->
<Resource
name="jms/MQConnectionFactory"
auth="Container"
type="com.ibm.mq.jms.MQQueueConnectionFactory"
factory="com.ibm.mq.jms.MQQueueConnectionFactoryFa ctory"
description="JMS Queue Connection Factory for sending messages"
HOST=<host>
PORT=<port>
CHAN=<channel>
TRAN="1"
QMGR=<queue manager> />
<!-- JMS SUPPORT FOR MQSeries - the queue to send to -->
<Resource
name="jms/MQReader"
auth="Container"
type="com.ibm.mq.jms.MQQueue"
factory="com.ibm.mq.jms.MQQueueFactory"
description="JMS Queue for sending messages"
QU=<queue> />
<!-- JMS SUPPORT FOR MQSeries - the queue to read from -->
<Resource
name="jms/MQWriter"
auth="Container"
type="com.ibm.mq.jms.MQQueue"
factory="com.ibm.mq.jms.MQQueueFactory"
description="JMS Queue for receiving messages"
QU=<queue> /> |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|