Author |
Message |
Topic: Random lost of ability for MDB to retrieve message |
bdemar
Replies: 9 Views: 7245
|
Forum: General IBM MQ Support Posted: Mon Sep 24, 2007 8:54 pm Subject: Random lost of ability for MDB to retrieve message |
Already, been there and done that... I know the connection stays open for the life the listener, but the session is supposed to be closed automatically. The connection leak trace is still showing it ... |
Topic: Problem with MessageListener |
bdemar
Replies: 4 Views: 5121
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 24, 2007 10:07 am Subject: Problem with MessageListener |
How does your app close the connection and session, when the Listener does all the opening of the connections and sessions for you automatically? Inside the mdb OnMessage() you don't open the connect ... |
Topic: Random lost of ability for MDB to retrieve message |
bdemar
Replies: 9 Views: 7245
|
Forum: General IBM MQ Support Posted: Mon Sep 24, 2007 8:49 am Subject: Random lost of ability for MDB to retrieve message |
Anybody else have any ideas on this?
As a side question, when an MDB onMessage() gets kicked off. The listener thread will grab a connection from the associated MQ Conn factory, and then it will ... |
Topic: Random lost of ability for MDB to retrieve message |
bdemar
Replies: 9 Views: 7245
|
Forum: General IBM MQ Support Posted: Sun Sep 23, 2007 6:40 pm Subject: Random lost of ability for MDB to retrieve message |
Yes, I do know how websphere will normally handle poisoned messages. These messages are NOT considered poisoned, as the app will get it and process it(it will just throw an exception and discard the ... |
Topic: Random lost of ability for MDB to retrieve message |
bdemar
Replies: 9 Views: 7245
|
Forum: General IBM MQ Support Posted: Sun Sep 23, 2007 11:37 am Subject: Random lost of ability for MDB to retrieve message |
There is NO firewall involved in this setup at all...
I'm pretty sure my session connection is going stale still some how. Let me give a real example of what's going on here. I have 2 mdbs wi ... |
Topic: Random lost of ability for MDB to retrieve message |
bdemar
Replies: 9 Views: 7245
|
Forum: General IBM MQ Support Posted: Sat Sep 22, 2007 12:08 pm Subject: Random lost of ability for MDB to retrieve message |
Hi all,
I will try my best to describe this problem. I have been researching for about a week now and can't seem to get anywhere with it. So I'm reaching out
Simplfied setup:
MQ Server:AI ... |