Author |
Message |
Topic: Trigger Monitor |
JuneCrell
Replies: 3 Views: 2975
|
Forum: General IBM MQ Support Posted: Mon Mar 17, 2003 1:55 pm Subject: Trigger Monitor |
Is there any other way to varify that triggering is working on NT.
The trigger monitor (has a init queue) is running (verified from MQ services).
Queue definition has trigger on, trigger type first ... |
Topic: Define Process |
JuneCrell
Replies: 2 Views: 3077
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 06, 2003 9:49 pm Subject: Define Process |
I defined a process (an MQ object that holds the information about the triggered program):
Code:
DEFINE PROCESS(TRIG_PROC) +
APPLICID(how to set path?????)
My executable file is in d ... |
Topic: MRM Repeating Fields |
JuneCrell
Replies: 10 Views: 7507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 14, 2002 7:40 pm Subject: MRM Repeating Fields |
It works!
Neon formatter has the ability to handle this repeat scenario without adding the integer variable.
I will be working on the BOLB.
Thank you very much. You are great!  |
Topic: MRM Repeating Fields |
JuneCrell
Replies: 10 Views: 7507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 14, 2002 11:42 am Subject: MRM Repeating Fields |
The application data could not be changed to include the number of occurance for purchase items. The repeat is random(i.e there could be no repeat or many repeats), and the input data does not have th ... |
Topic: MRM Repeating Fields |
JuneCrell
Replies: 10 Views: 7507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2002 5:22 pm Subject: MRM Repeating Fields |
Here's the trace.
(
(0x1000000)RecoverableException = (
(0x3000000)File = 'F:/build/S000_P/src/DataFlowEngine/ImbDataFlowNode.cpp'
(0x3000000)Line = 538
(0x ... |
Topic: MRM Repeating Fields |
JuneCrell
Replies: 10 Views: 7507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2002 4:25 pm Subject: MRM Repeating Fields |
By adding the integer element, the Value Of is enabled and selected. This time the message was sent to the failure queue from the Filter node. The trace exceptionlist shows the following:
'MtiImb ... |
Topic: MRM Repeating Fields |
JuneCrell
Replies: 10 Views: 7507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2002 2:11 pm Subject: MRM Repeating Fields |
Is there anyway to set the repeating in MRM that take repeating segment for the following message:
There are 3 segments with segment 2(Purchases) has optional repeat(i.e 1 or more repeat)
Invoic ... |
Topic: Encoding & CCSID |
JuneCrell
Replies: 2 Views: 2430
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2002 6:12 pm Subject: Encoding & CCSID |
May I know where to look for the values of Encoding & CCSID? What's the Encoding and CCSID values for EBCDIC?
Thanks in advance. |