Posted: Tue Oct 10, 2006 9:26 am Post subject: MQ JMS client lib not commiting
Newbie
Joined: 10 Oct 2006 Posts: 3 Location: Melbourne, FL
I am receiving a linked exception with reason code 2024 in my standalone Java JMS subscribers. These subscribers receive the exception whether their sessions are transacted or not transacted via connection.createSession( <true|false>, AUTO_ACKNOWLEDGE ).
The TopicConnectionFactories that are looked up (JNDI) and used by these subscribers have SYNCPOINTALLGETS(YES).
My assumption is that the MQ JMS client jars ( v 6.0.1.1 ) would call the commit for the client since the subscriber code sets the acknowledgement flag to AUTO_ACKNOWLEDGE when the subscribers session is created?
I have the QM's max uncommitted messages set to 10000 and don't see the logic in bumbing it up since I'm just pushing the peas around the plate? ( I using the vanilla broker inside MQ v 6.0.1)
Posted: Tue Oct 10, 2006 2:48 pm Post subject: Re: MQ JMS client lib not commiting
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
caverJR wrote:
The TopicConnectionFactories that are looked up (JNDI) and used by these subscribers have SYNCPOINTALLGETS(YES).
So how many messages get consumed by the topic factory connection before you get the error? 10000 probably a little bit less because the TCF is not for your exclusive use right?
You would have to commit your tcf sessions...
But that is just my guess... Feel free to ask for a 2nd ...3rd opinion... _________________ MQ & Broker admin
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