Author |
Message |
Topic: Use of JMSSession |
mchan
Replies: 2 Views: 2893
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 20, 2011 5:58 pm Subject: Use of JMSSession |
I am using MQ v7 and JMS.
we want to use multiple threads in our application, each thread listen to different REPLY queue or send to different REQUEST queue.
Understand that there is a restriction t ... |
Topic: JMS with CCDT on MQ v7 |
mchan
Replies: 3 Views: 4173
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 19, 2011 5:24 pm Subject: JMS with CCDT on MQ v7 |
Do you mean AFFINITY=PREFERRED?
The problem is that it stick to the same QM from the QM Group per machine basis, not on JVM basis.... |
Topic: On MQ Clustering Design |
mchan
Replies: 16 Views: 16532
|
Forum: Clustering Posted: Mon Dec 19, 2011 4:50 pm Subject: On MQ Clustering Design |
I am talking about a JMSSession derived from the same JMSConnection |
Topic: On MQ Clustering Design |
mchan
Replies: 16 Views: 16532
|
Forum: Clustering Posted: Mon Dec 19, 2011 1:35 am Subject: On MQ Clustering Design |
Thanks for your reply.
- The connection to other QM on new session did happen if the connection is SUCCESSFUL
- we are not using any clustered queue
- we have tried preferred for the AFFINITY optio ... |
Topic: JMS with CCDT on MQ v7 |
mchan
Replies: 3 Views: 4173
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 19, 2011 12:44 am Subject: JMS with CCDT on MQ v7 |
Using JMS and MQ7, once connection is routed by CCDT, if we created multiple JMS sessions from the JMS connection, is there any way to guarantee that the JMS sessions all connected to the same QM orig ... |
Topic: On MQ Clustering Design |
mchan
Replies: 16 Views: 16532
|
Forum: Clustering Posted: Sun Dec 18, 2011 10:41 pm Subject: Follow-up Help on CCDT v7 using JMS |
Using JMS and MQ7, once connection is routed by CCDT, if we created multiple JMS sessions from the JMS connection, is there any way to guarantee that the JMS sessions all connected to the same QM orig ... |
Topic: (CCDT) Share Connection object for Queue and Topic |
mchan
Replies: 2 Views: 2695
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 04, 2011 2:20 am Subject: (CCDT) Share Connection object for Queue and Topic |
Hi,
I am using CCDT to connect my JMS client with V7 QM. In my app, I use both queue and topic. If I individually create QCF and TCF (with same CCDT URL as parameter), the Queue connection and Topi ... |
Topic: Asymmetric performance for send and receive over network |
mchan
Replies: 4 Views: 7112
|
Forum: IBM MQ Performance Monitoring Posted: Tue Nov 01, 2011 9:27 pm Subject: Asymmetric performance for send and receive over network |
We are designing for the MQ communication for remote client.
Several communication paths are setup and tested for performance (message throughput and latency)
1 - Send with Direct MQI connecti ... |
Topic: Request Reply Model |
mchan
Replies: 27 Views: 22796
|
Forum: General IBM MQ Support Posted: Wed Oct 26, 2011 1:35 am Subject: Request Reply Model |
so, use correlation ID with selector to select the appropriate reply from fixed, shared reply queue is much preferred for performance consideration?  |
Topic: Request Reply Model |
mchan
Replies: 27 Views: 22796
|
Forum: General IBM MQ Support Posted: Wed Oct 26, 2011 12:42 am Subject: Request Reply Model |
Are there any general guideline in choosing among the following options for request reply model where multiple requestor using a common server services? Focus may be the performance and ease of mainte ... |
Topic: Design question of multiple channel vs multiple queue |
mchan
Replies: 4 Views: 4006
|
Forum: General IBM MQ Support Posted: Tue Oct 18, 2011 2:02 am Subject: Design question of multiple channel vs multiple queue |
Thanks so much for your insight.
May I also ask if there is any point in having multiple listener for same queue manager from security and performance point of view..... |
Topic: JAAS to MQ without WMQ app server |
mchan
Replies: 4 Views: 4187
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 13, 2011 9:04 pm Subject: JAAS to MQ without WMQ app server |
So, if I have just a standalone JMS client connect to MQ server (not WMQ App server) via client connection/CCDT, there is no use from JAAS, right? |
Topic: JAAS to MQ without WMQ app server |
mchan
Replies: 4 Views: 4187
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 13, 2011 6:58 pm Subject: JAAS to MQ without WMQ app server |
I am using a JMS client to integrate our proprietary server application, via WMQ v7. My server application is not hosted upon WMQ application server, nor other J2EE server.
My vendor claim we can us ... |
Topic: how to reset the initial list of order from CCDT? |
mchan
Replies: 6 Views: 5017
|
Forum: Clustering Posted: Tue Oct 11, 2011 5:39 pm Subject: how to reset the initial list of order from CCDT? |
Any one has clue with my questions above? I am stucked and can proceed further. Many thanks for your help! |
Topic: Design question of multiple channel vs multiple queue |
mchan
Replies: 4 Views: 4006
|
Forum: General IBM MQ Support Posted: Tue Oct 11, 2011 3:07 am Subject: Design question of multiple channel vs multiple queue |
I'm struggling with some basic design concepts regarding arrangement of MQ channel, Queue manager, etc.
In my system, If I want to have some priority handling for privileged users, would it be logi ... |