Author |
Message
|
satyamece1045 |
Posted: Thu Sep 07, 2023 11:08 am Post subject: IBM ACE 12 Integration server (Without Node) Flow Monitoring |
|
|
Newbie
Joined: 09 May 2014 Posts: 8
|
Hi All,
I am using ACE 12. I have a messgae flow, where i have enabled flow monitoring at MQinput node. In Debug mode, i can see it is emitting event, which is visible under environment variable. I have enabled flow montoring in server.conf.yaml file as below
Monitoring:
MessageFlow:
publicationOn: 'active'
eventFormat: 'MonitoringEventV2'
I am subscribing to below topic, as recommended by IBM , but events are not reaching to queue.
topicRoot/integration_server/Monitoring/integrationServerName/applicationName/messageFlowName
https://www.ibm.com/docs/en/app-connect/11.0.0?topic=events-subscribing-event-message-topics
What is wrong here? why am i not getting the event messages? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Sep 07, 2023 4:49 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I think the question is more why did you not substitute for the relevant values:
- topicroot = "/"
- IntegrationServerName = "myis"
- ApplicationName = "myapp"
- MessageFlowName= "myflow"
And the topic to subscribe to becomes
"/integration_server/Monitoring/myis/myapp/myflow/#" or something like it...
You could also take topicRoot as a literal and subscribe to:
"topicRoot/integration_server/Monitoring/myis/myapp/myflow" or
"topicRoot/integration_server/Monitoring/myis/myapp/myflow/#"
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
satyamece1045 |
Posted: Thu Sep 07, 2023 7:38 pm Post subject: |
|
|
Newbie
Joined: 09 May 2014 Posts: 8
|
Hi There,
I have defined the topic string with appropriate application and flow name. I just mentioned the sample provided by IBM in my earlier post.
Then also, events are not reaching to the queue.
Last edited by satyamece1045 on Thu Sep 07, 2023 7:53 pm; edited 1 time in total |
|
Back to top |
|
 |
satyamece1045 |
Posted: Thu Sep 07, 2023 7:48 pm Post subject: |
|
|
Newbie
Joined: 09 May 2014 Posts: 8
|
Below is the topic string which i am using.
/integration_server/Monitoring/TEST_SERVER/MQTest/callable2 |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Sep 09, 2023 12:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
satyamece1045 wrote: |
Below is the topic string which i am using.
/integration_server/Monitoring/TEST_SERVER/MQTest/callable2 |
Have you also tried:
/integration_server/Monitoring/TEST_SERVER/MQTest/callable2/# or
topicRoot/integration_server/Monitoring/TEST_SERVER/MQTest/callable2/# or
topicRoot/integration_server/Monitoring/TEST_SERVER/MQTest/callable2 ?
or
/integration_server/Monitoring/TEST_SERVER/MQTest/# ?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
petervh1 |
Posted: Fri Jun 14, 2024 12:44 am Post subject: |
|
|
Centurion
Joined: 19 Apr 2010 Posts: 135
|
Please let me know if you managed to define the right topic string |
|
Back to top |
|
 |
|