|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: creating multiple sessions with CCDT connection |
henry_chuo
Replies: 8 Views: 5651
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 12, 2011 11:15 pm Subject: creating multiple sessions with CCDT connection |
I just use CCDT to get a MQ connection, then I create sessions on top of the MQ connection retrieved. The problem is that creating one session surprisingly create one "MQ connection" again, ... |
Topic: creating multiple sessions with CCDT connection |
henry_chuo
Replies: 8 Views: 5651
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 01, 2011 5:18 pm Subject: creating multiple sessions with CCDT connection |
Do you mean that asynchronous mode for receiving message should not use CCDT? |
Topic: creating multiple sessions with CCDT connection |
henry_chuo
Replies: 8 Views: 5651
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 01, 2011 2:59 am Subject: creating multiple sessions with CCDT connection |
There is no way for me to determine whether new connection created with the session, or if it is being created when you register the message listener.
But the observation is that creating 2 session ... |
Topic: creating multiple sessions with CCDT connection |
henry_chuo
Replies: 8 Views: 5651
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 01, 2011 2:39 am Subject: creating multiple sessions with CCDT connection |
They are JMS API terms:
javax.jms.Connection
javax.jms.Session
javax.jms.MessageConsumer
javax.jms.MessageProducer
A Connection is created to connect to queue manager, then the connection is us ... |
Topic: creating multiple sessions with CCDT connection |
henry_chuo
Replies: 8 Views: 5651
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 01, 2011 2:09 am Subject: creating multiple sessions with CCDT connection |
Hi,
I used CCDT table to create a connection, then on top of the connection, I created multiple sessions to which one message listener is registered for each session. I found that CCDT dispatch req ... |
|
|
|