Posted: Tue Feb 14, 2006 8:51 am Post subject: pooling with jms and tomcat
Newbie
Joined: 14 Feb 2006 Posts: 1
I have two questions.
1. What does maxBufferSize setting does for MQConnectionFactory.
2. We are using Tomcat as our application server. We have application that communicates with our framework via MQ. Our code for this is using Java JMS api. our calls are synchronous calls. We now want to set up and limit number of connections. Is there any way we can set up polling mechanish and limit number of connections. Any thing that is configurable is what we looking for.
Joined: 31 Jan 2006 Posts: 60 Location: Hursley, UK
Is maxBufferSize a published property? It's used when creating direct connections to a broker (i.e. the transport type is set to MQJMS_TP_DIRECT_TCPIP or the HTTP equivalent). If you're not doing that then it doesn't do anything.
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