Author |
Message |
Topic: Server Channel |
gmark1
Replies: 5 Views: 3854
|
Forum: General IBM MQ Support Posted: Thu Nov 15, 2007 2:11 pm Subject: Server Channel |
Thanks to both for the fast replies. |
Topic: Server Channel |
gmark1
Replies: 5 Views: 3854
|
Forum: General IBM MQ Support Posted: Thu Nov 15, 2007 2:06 pm Subject: Server Channel |
The transmit queue on QMA that feeds the channel from QMA to QMB.
Will they remain in the transmit queue on QMA until the sender channel is running? |
Topic: Server Channel |
gmark1
Replies: 5 Views: 3854
|
Forum: General IBM MQ Support Posted: Thu Nov 15, 2007 1:58 pm Subject: Server Channel |
I have the following situation:
Queue Manager A has a remote queue that pints to a local queue in Queue Manager B. An aplication tries to put a message in the remote queue located in QMA. However, ... |
Topic: Change in timeout. Impact in Performance |
gmark1
Replies: 4 Views: 3323
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2007 12:06 pm Subject: Change in timeout. Impact in Performance |
That is what I am guessing, based on an obscure comment in the documentation and my own intuition of how I would write the code.
If you really absolutely have to know down to a fine level of detail ... |
Topic: Change in timeout. Impact in Performance |
gmark1
Replies: 4 Views: 3323
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2007 11:39 am Subject: Change in timeout. Impact in Performance |
I would only disable the timeout if you are absolutely positively guaranteed to always receive all reply messages EVENTUALLY.
It looks like in v6, the Timeout is controlled using an internal expiry ... |
Topic: Change in timeout. Impact in Performance |
gmark1
Replies: 4 Views: 3323
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2007 10:51 am Subject: Change in timeout. Impact in Performance |
Currently I am working in a WebSphere Message Broker project which I've developed using the IBM toolkit 6.0.2. I have several message flows that include AggregateControl nodes set to a timeout of 15 m ... |
Topic: Parser Exception in MQInput Node |
gmark1
Replies: 6 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 11:11 am Subject: Parser Exception in MQInput Node |
I think I solved it. Thank you. |
Topic: Parser Exception in MQInput Node |
gmark1
Replies: 6 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 11:00 am Subject: Parser Exception in MQInput Node |
(
(0x01000000):Arbol = (
(0x03000000):File = 'F:\build\S600_P\src\DataFlowEngine\ImbRootParser.cpp'
... |
Topic: Parser Exception in MQInput Node |
gmark1
Replies: 6 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 10:55 am Subject: Parser Exception in MQInput Node |
I looked it up in infocenter and there it says that I should use this procedure to retreive the information of the last exception.
CREATE PROCEDURE getLastExceptionDetail(IN InputTree reference,O ... |
Topic: Parser Exception in MQInput Node |
gmark1
Replies: 6 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 10:22 am Subject: Parser Exception in MQInput Node |
So the name of the field is stored in the exceptionlist. I'll try search fo it. Ok, thank you. |
Topic: Parser Exception in MQInput Node |
gmark1
Replies: 6 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 10:04 am Subject: Parser Exception in MQInput Node |
I have the following situation. I have configured a MQInput node to receive messages in CWF. I set the validate option to 'content and value'.
I send an incorrect message to the flow. I have writte ... |