Author |
Message |
Topic: MQHttp Bridge (MA0Y) under load throws exception |
StefanSievert
Replies: 4 Views: 8145
|
Forum: General IBM MQ Support Posted: Mon Jun 09, 2008 1:32 pm Subject: MQHttp Bridge (MA0Y) under load throws exception |
Hi Stefan,
I run the development of the WMQ Bridge for HTTP SupportPac (MA0Y) and we do maintain our own session pool for connections to MQ. If a session times out or becomes invalid while in the p ... |
Topic: MQHttp Bridge (MA0Y) under load throws exception |
StefanSievert
Replies: 4 Views: 8145
|
Forum: General IBM MQ Support Posted: Mon Jun 09, 2008 1:31 pm Subject: MQHttp Bridge (MA0Y) under load throws exception |
Hi Stefan,
I run the development of the WMQ Bridge for HTTP SupportPac (MA0Y) and we do maintain our own session pool for connections to MQ. If a session times out or becomes invalid while in the p ... |
Topic: MQHttp Bridge (MA0Y) under load throws exception |
StefanSievert
Replies: 4 Views: 8145
|
Forum: General IBM MQ Support Posted: Fri Jun 06, 2008 8:18 am Subject: MQHttp Bridge (MA0Y) under load throws exception |
All,
this is to probe if anybody here has (good) experiences with the MQ HTTP Bridge under load from multiple threads.
I have it deployed in a WAS 6.1 AppServer with the WebSphere MQ V6 JMS provid ... |
Topic: MQGet node for WBIMB V6? |
StefanSievert
Replies: 2 Views: 4860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2005 1:49 pm Subject: MQGet node for WBIMB V6? |
Hello everybody,
a quick intro in what I am trying to do:
HTTP/SOAP input triggers message flow that transforms SOAP message into MQ message and puts it onto an MQOutput node, and then enters an M ... |
Topic: Dequeue at - Anybody implemented this? |
StefanSievert
Replies: 14 Views: 13168
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 24, 2004 5:40 pm Subject: Dequeue at - Anybody implemented this? |
Stefan, what if you put them all under syncpoint, and then only issue the MQCMIT when the clock strikes dequeue time?
Peter,
that's not quite what I thought. I would want to have the messages safely ... |
Topic: How to configure the WaitInterval for MDBs |
StefanSievert
Replies: 7 Views: 9399
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 19, 2004 5:46 pm Subject: How to configure the WaitInterval for MDBs |
Hi Peter,
I recently was faced with the same question. For JMS applications, there is a POLLINGINT that is used as the wait interval, as others have mentioned. I could not find any place within the W ... |
Topic: Dequeue at - Anybody implemented this? |
StefanSievert
Replies: 14 Views: 13168
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 19, 2004 4:26 pm Subject: Dequeue at - Anybody implemented this? |
I'm kind of glad it never made it into the product.
Queues are not really long-term storage mechanisms.
If you need to hold data for X time or until time X - use a database.
Well, at the same t ... |
Topic: JMS AsynchReceiver hogging CPU? |
StefanSievert
Replies: 2 Views: 4258
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 2:16 pm Subject: JMS AsynchReceiver hogging CPU? |
I haven't seen this behavior. However, I'm using MDBs under WAS 5. You mentioned asynchronous queue receiver rather than MDB. Can I take this to mean that you are doing something with WAS 4?
I t ... |
Topic: MQSeries MQINQ but for Java |
StefanSievert
Replies: 11 Views: 22440
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 2:05 pm Subject: MQSeries MQINQ but for Java |
I attempted to get the queue depth from MVS but got a 2038 return code indicating MQRC_NOT_OPEN_FOR_INQUIRE.
Perhaps MVS won't allow it, don't know at this point.
Did you open the queue with MQO ... |
Topic: Regarding MQGMO WaitInterval. |
StefanSievert
Replies: 3 Views: 8271
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 2:00 pm Subject: Regarding MQGMO WaitInterval. |
You are close...
MQGMO_WAIT is not an option that you can specify on the matchOptions. It needs to be specified with the MQGMO.options attribute.
You can easily tell by the prefix of the MQ co ... |
Topic: JMS AsynchReceiver hogging CPU? |
StefanSievert
Replies: 2 Views: 4258
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 12:28 pm Subject: JMS AsynchReceiver hogging CPU? |
We see an interesting behavior on some of our servers. A JMS application running under WAS uses an asynchronous queue receiver to process replies. This causes a helper thread to be started, which sits ... |
Topic: Unable to bind object while using JMSAdmin |
StefanSievert
Replies: 4 Views: 15863
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 12:17 pm Subject: Unable to bind object while using JMSAdmin |
Try using the -v option when starting JMSAdmin.
Courtesy of Nick DiLauro (see: http://www.mail-archive.com/mqseries@akh-wien.ac.at/msg12772.html) |
Topic: Dequeue at - Anybody implemented this? |
StefanSievert
Replies: 14 Views: 13168
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 10:54 am Subject: Dequeue at - Anybody implemented this? |
Hi,
I was wondering if anybody has thought about or implemented a "dequeue-at" mechansim.
If you have a queue that holds a number of messages and you want to have them delivered based on a timestamp ... |
Topic: MQSeries.NET package |
StefanSievert
Replies: 100 Views: 139066
|
Forum: IBM MQ API Support Posted: Mon Jul 22, 2002 10:11 am Subject: MQSeries.NET package |
Howdy all,
Using Visual Studio I now get this error when compiling:
I am using the Beta 2 version of Visual Studio .NET
------ Build started: Project: SimpleRequest, Configuration: Debug ... |
Topic: starting and stopping MQSeries from command line on W2K |
StefanSievert
Replies: 6 Views: 10100
|
Forum: General IBM MQ Support Posted: Fri Jun 21, 2002 12:31 pm Subject: starting and stopping MQSeries from command line on W2K |
Jamie,
my (educated) guess is that the channel initiator is not ending, when you stop the queue manager. The chinit opens the SYSTEM.CHANNEL.INITQ in exclusive mode, which explains why any attempt to ... |