ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » MQ Series connection pool in tomcat server

Post new topic  Reply to topic
 MQ Series connection pool in tomcat server « View previous topic :: View next topic » 
Author Message
DevForMQ1
PostPosted: Sun Aug 19, 2012 9:04 am    Post subject: MQ Series connection pool in tomcat server Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Sun Aug 19, 2012 11:34 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.doc/ja11210_.htm
Back to top
View user's profile Send private message
kacy
PostPosted: Mon Jan 28, 2013 2:34 am    Post subject: Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jan 28, 2013 5:45 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
brianb
PostPosted: Mon Jan 28, 2013 8:49 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » MQ Series connection pool in tomcat server
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.