Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JMS MQSERIES UNCOMMITTED MESSAGES

843830Dec 20 2002 — edited Sep 9 2006
Hi,

I am having some problems when working with JMS over MQSeries 5.2.
I am developing a program using JMS that tries to send messages to a MQSeries queue under unit of work. The program works rigth while the number of uncommited messages is not too high but when I try to send more tan 3000 messages the following error occurrs:

Message: javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue

I was checking MQSeries Queue Manager configuration and I saw the maximum Number of Uncommited Messages in this Manager being this of 1000000 so the problem is not in this way. Apart of this, if a send all the messages without unit of work I do not have any trouble so far.

Can anybody help at this point?

Cheers
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 7 2006
Added on Dec 20 2002
9 comments
1,888 views