Author |
Message
|
w |
Posted: Thu Feb 17, 2011 5:56 am Post subject: Monitoring events are not emitting for timer notification |
|
|
Apprentice
Joined: 08 Nov 2010 Posts: 44
|
have created a message flow started from a File Input node which successfully emits a monitoring message to a topic and I can view the resulting message in RFHUtil etc - no probs.
BUT, when I add a Timeout Notification to the same message flow the message flow executes successfully but no event is emitted to the topic ?! That is, the same message flow is started from either inputting a file or is started automatically each X minutes - but only when started from a file input is an event emitted. Starting only from a Timeout Notification makes no difference. Transactional property is false all the time.
Can anyone help me figure this one out? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 17, 2011 6:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Where is the event set? TransactionStart on the FileInput is a separate event from TransactionStart on the TimeoutNotification. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
w |
Posted: Thu Feb 17, 2011 6:05 am Post subject: |
|
|
Apprentice
Joined: 08 Nov 2010 Posts: 44
|
Hi,
thanks for replyin..
the events are set throughout the flow (that includes Transaction start for Timeout notification node)
but no events are emitted in case the flow is triggered by the notification node.. |
|
Back to top |
|
 |
kimbert |
Posted: Thu Feb 17, 2011 6:21 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
This sounds like a product defect, so a PMR is the next step.
It might be a good idea to run mqsireportflowmonitoring with the -n flag to list all of the *configured* event sources in the flow. If the event source is shown as active but events are not coming out then that's a smoking gun. |
|
Back to top |
|
 |
w |
Posted: Thu Feb 17, 2011 6:37 am Post subject: |
|
|
Apprentice
Joined: 08 Nov 2010 Posts: 44
|
Thanks for the reply..
Will raise a PMR regarding this.. |
|
Back to top |
|
 |
|