Author |
Message |
Topic: Issue w/ concurrent get calls using java class and web ser |
ora
Replies: 9 Views: 5675
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 23, 2006 5:19 am Subject: Issue w/ concurrent get calls using java class and web ser |
Grand Master,
Thanks for your input. I am looking into using jms. One more question before I do. What will cause my script to take about 40 secs to connect to the queue manager (this is per mess ... |
Topic: Issue w/ concurrent get calls using java class and web ser |
ora
Replies: 9 Views: 5675
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 13, 2006 6:44 am Subject: Issue w/ concurrent get calls using java class and web ser |
grand master,
MQ is a clients remote MQ (CICS). Client uses a trigger on the request queue. When I put a message on request queue, a trigger is set so that a reply is put on the response queue.
... |
Topic: Issue w/ concurrent get calls using java class and web ser |
ora
Replies: 9 Views: 5675
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 12, 2006 10:56 am Subject: Issue w/ concurrent get calls using java class and web ser |
Thank you grand master.
I was able to resolve the issue with making concurrent calls. The issue was due to declaring my connection variables as global variables. I have also changed my connection ... |
Topic: Issue w/ concurrent get calls using java class and web ser |
ora
Replies: 9 Views: 5675
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 06, 2006 11:51 am Subject: Issue w/ concurrent get calls using java class and web ser |
grand master,
Service will be on Tomcat (Deployed using Axis). I am not using JMS because I need to be able to use service with a php application.
You're correct when you said "I suspect y ... |
Topic: Issue w/ concurrent get calls using java class and web ser |
ora
Replies: 9 Views: 5675
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 21, 2006 1:59 pm Subject: Issue w/ concurrent get calls using java class and web ser |
Hello,
I have a java class that i used to create a web service. I have one function (putMsgOnRequestQueue) that puts a message on to a request queue and another function that gets message off of a ... |