Author |
Message |
Topic: Exception handling with message flow |
leo.yue
Replies: 1 Views: 1902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 25, 2007 1:27 am Subject: Exception handling with message flow |
The scenario is 1. MQInput Node --> 2. Check Node ---> 3. MQOutput Node
1. The catch terminal of MQInput is connected to a subflow A (exception handling), and the failure terminal of MQInput ... |
Topic: how to set trigger on Server/Requester channel? |
leo.yue
Replies: 9 Views: 7696
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 14, 2006 3:15 am Subject: how to set trigger on Server/Requester channel? |
thanks.
But the problem is that requester side is behind the internet and it have no visible internet IP address.
There is visible internet IP address in the sever side. So we can set conname in t ... |
Topic: how to set trigger on Server/Requester channel? |
leo.yue
Replies: 9 Views: 7696
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 13, 2006 11:30 pm Subject: how to set trigger on Server/Requester channel? |
Yes. I just used SERVER/REQUESTER combination.
But Only requester side can start channel because there is no visible IP address outside in requester side. |
Topic: how to set trigger on Server/Requester channel? |
leo.yue
Replies: 9 Views: 7696
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 13, 2006 5:27 pm Subject: how to set trigger on Server/Requester channel? |
Butcher, thanks a lot.
I knew it. For Sender/Receiver channel, it works.
For Server/Requester channel, transmission queue is on the Server side. The Server side sends messages to the Requester ... |
Topic: how to set trigger on Server/Requester channel? |
leo.yue
Replies: 9 Views: 7696
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 13, 2006 2:41 am Subject: how to set trigger on Server/Requester channel? |
how to set trigger on Server/Requester channel? Thanks a lot. |
Topic: EVAL issue |
leo.yue
Replies: 3 Views: 2606
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 30, 2006 11:51 pm Subject: EVAL issue |
Here is my code for dynamic set statement
CREATE PROCEDURE SetValue(IN Element CHARACTER, IN val CHARACTER) BEGIN
-- for example:
-- Element: Header.Name
-- val: WBI ... |
Topic: does someone use the AnyQmgrInputNode (ia97)? |
leo.yue
Replies: 4 Views: 4418
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 20, 2006 1:32 am Subject: does someone use the AnyQmgrInputNode (ia97)? |
does someone use the AnyQmgrInputNode (ia97)?
I use this supportpac for connecting to remote mq server with client/server type. Here I have the following questions:
1. I noticed that AnyQmgrInpu ... |
Topic: MQ connection issue |
leo.yue
Replies: 12 Views: 7339
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 18, 2006 5:55 am Subject: MQ connection issue |
I just tested this scenario.
MQ Server: QMgrB
IP (internet): *.*.*.*
Listener port: 14222
Server Channel: REQ
MQ Server: QMgrA
Requester Channel: REQ [CONN Name: *.*.*.*(14222) ]
QMgrA's ... |
Topic: MQ connection issue |
leo.yue
Replies: 12 Views: 7339
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 18, 2006 4:43 am Subject: MQ connection issue |
jefflowrey,
I am not sure whether QMgrB's machine user can telnet to connect to the listener port of QmgrA or not.
However, QMgrA's machine only have intranet IP, so I do not think QMgrB's mac ... |
Topic: [URGENT] TDS message model |
leo.yue
Replies: 19 Views: 17185
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 18, 2006 4:39 am Subject: [URGENT] TDS message model |
juddg, it's very nice of you!
Many many many thanks.  |
Topic: MQ connection issue |
leo.yue
Replies: 12 Views: 7339
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 18, 2006 12:16 am Subject: MQ connection issue |
wschutz,
Do you think it is available to send message from QMgrB to QmgrA through defining rqstr/svr channels even QMgrB can not access (ping) QMgrA? |
Topic: MQ connection issue |
leo.yue
Replies: 12 Views: 7339
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 17, 2006 5:07 pm Subject: MQ connection issue |
thanks.
irrespective of which direction the data is flowing there will always be communication in both directions (acknowledgements,...) does your firewall allows this ?
Do you mean only B can a ... |
Topic: MQ connection issue |
leo.yue
Replies: 12 Views: 7339
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Apr 16, 2006 11:37 pm Subject: MQ connection issue |
All,
Assume that there is a MQ Server A in a intranet, however, it can access internet. There is a MQ Server B in the internet, and it can not access the intranet where A stays.
Here I want to ... |
Topic: [URGENT] TDS message model |
leo.yue
Replies: 19 Views: 17185
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 13, 2006 5:14 pm Subject: [URGENT] TDS message model |
kimbert, Thanks a lot.
I tried the solution provided by juddg and it does work in the following message
<CR><LF>01A1 C1234 D1234 F1234
<CR><LF>02
A1 is optional
bu ... |
Topic: [URGENT] TDS message model |
leo.yue
Replies: 19 Views: 17185
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 13, 2006 8:18 am Subject: [URGENT] TDS message model |
juddg, sorry about that.
Here is the message that I ask you before
<CR><LF>01AAAA BBBB CCCC
<CR><LF>DDDD EEEE
<CR><LF>02Hello Blue Green White
<CR> ... |