Author |
Message |
Topic: UNCOM status on MQ |
kaushik
Replies: 11 Views: 7596
|
Forum: General IBM MQ Support Posted: Fri Nov 23, 2007 10:49 am Subject: UNCOM status on MQ |
In order for messages to stay on queue, I need to keep ACK mode = client, else it gets removed from the queue.
What would have been expecetd is the MQ status gets out of UNCOM after the message is tr ... |
Topic: UNCOM status on MQ |
kaushik
Replies: 11 Views: 7596
|
Forum: General IBM MQ Support Posted: Fri Nov 23, 2007 6:18 am Subject: UNCOM status on MQ |
If I specify non-XA, I get "javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueManager"javascript:emoticon(' ')
javascript:emoticon(' ')
... |
Topic: UNCOM status on MQ |
kaushik
Replies: 11 Views: 7596
|
Forum: General IBM MQ Support Posted: Thu Nov 22, 2007 10:48 pm Subject: UNCOM status on MQ |
ok- i am beginging to understand that there could be a few conflicts in my current setup:
1. I am using XA connection factory (i didnt really need XA, but I got queue manager errors while WAS tried t ... |
Topic: UNCOM status on MQ |
kaushik
Replies: 11 Views: 7596
|
Forum: General IBM MQ Support Posted: Wed Nov 21, 2007 12:46 pm Subject: UNCOM status on MQ |
Hi Bower,
I had to append as i was not able to create a new thread.
Yes agree that something is not commiting or rolling back at the end of each message.
What that could be.
i use XA transaction ... |
Topic: UNCOM status on MQ |
kaushik
Replies: 11 Views: 7596
|
Forum: General IBM MQ Support Posted: Wed Nov 21, 2007 12:11 pm Subject: UNCOM status on MQ |
Hi,
I have a spring based application implementing DefaultMssageListenerContainer and some MDP's listening to messages on IBM websphere MQ 6.
We have set the acknowledgment mode to Client-Acknowle ... |