|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MF connecting and disconnecting from Qmgr |
« View previous topic :: View next topic » |
Author |
Message
|
KIT_INC |
Posted: Wed Jun 20, 2018 9:46 am Post subject: MF connecting and disconnecting from Qmgr |
|
|
Knight
Joined: 25 Aug 2006 Posts: 589
|
I am running IIB V10.0.0.9 on AIX. I was testing the use of activity log. I create a configure service to set the log to a file (OTC_AG.txt) and I noticed the following:
tail -f OTC_AG.txt
13024,I,"2018-06-20 17:14:19.193355",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13025,I,"2018-06-20 17:14:24.195682",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:24.196252",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13025,I,"2018-06-20 17:14:29.201267",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:29.201776",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
11504,I,"2018-06-20 17:14:31.401920",13880,"BIP11504I: Waiting for data from input node 'InputNode'.","MSGFLOW=,NODE=InputNode,NODETYPE=INPUT,",InputNode,,
13025,I,"2018-06-20 17:14:34.203586",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:34.204119",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13025,I,"2018-06-20 17:14:39.205714",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:39.206206",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
Why is my MF connecting to and disconnecting from the QMGR. I think that it should connect and stay connected until the flow is stopped. Did I do something wrong in my Qmgr Set up ? |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Jun 21, 2018 2:41 pm Post subject: Re: MF connecting and disconnecting from Qmgr |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
KIT_INC wrote: |
I am running IIB V10.0.0.9 on AIX. I was testing the use of activity log. I create a configure service to set the log to a file (OTC_AG.txt) and I noticed the following:
tail -f OTC_AG.txt
13024,I,"2018-06-20 17:14:19.193355",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13025,I,"2018-06-20 17:14:24.195682",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:24.196252",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13025,I,"2018-06-20 17:14:29.201267",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:29.201776",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
11504,I,"2018-06-20 17:14:31.401920",13880,"BIP11504I: Waiting for data from input node 'InputNode'.","MSGFLOW=,NODE=InputNode,NODETYPE=INPUT,",InputNode,,
13025,I,"2018-06-20 17:14:34.203586",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:34.204119",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13025,I,"2018-06-20 17:14:39.205714",13623,"BIP13025I: Connected to WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
13024,I,"2018-06-20 17:14:39.206206",13623,"BIP13024I: Disconnected from WebSphere MQ queue manager 'DEVQMGR'.","RM=MQ,",DEVQMGR,
Why is my MF connecting to and disconnecting from the QMGR. I think that it should connect and stay connected until the flow is stopped. Did I do something wrong in my Qmgr Set up ? |
If you search for these BIPxxxxxx Messages, these are Informational Logs and it shows that BIP11504I log i.e. "A thread is waiting for data from input node". If there isn't any data, thread will try disconnect and connect again after sometime.
Have you tried pushing data to the queue and then monitor these logs ?
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
abhi_thri |
Posted: Thu Jun 21, 2018 10:51 pm Post subject: Re: MF connecting and disconnecting from Qmgr |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
KIT_INC wrote: |
I think that it should connect and stay connected until the flow is stopped. |
hi...yes that is what I would expect as well for an MQInput node. Does your flow starts with an MQInput node or something else?
Also the MQ connection to the flow, is it using Client mode by any chance? |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|