Author |
Message |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Mon May 09, 2016 1:16 am Subject: TCP Keepalives from an XMS application |
Hi Morag,
I have finally had to install a lab MQ Server to do my tests.
When I set channel attributes directly in the code, despite the SHARECNV being 10, the client doesn't send HEARTBEAT to th ... |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Tue May 03, 2016 3:11 am Subject: TCP Keepalives from an XMS application |
How can I set the HBINT attribute in a XMS application? I don't see any property for that. It seems to me that a disconnection at the server end won't be detected by the client if it doesn't send HEA ... |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Tue May 03, 2016 2:52 am Subject: TCP Keepalives from an XMS application |
I'm setting other client channel attributes directly in the code.
I don't have access to the MQ server and I have received any CCDT file from the MQ server admin. From what I'm seeing in Wireshark t ... |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Tue May 03, 2016 1:37 am Subject: TCP Keepalives from an XMS application |
Hi Morag,
Could you please explain me how I can set the HBINT attribute in a XMS application?
Thank you in advance. |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Mon May 02, 2016 12:57 pm Subject: TCP Keepalives from an XMS application |
I've been able to send keepalive probes from the MQ server to the MQ client. What I would like to do is to send keepalive probes from the MQ client to the MQ Server. I can't find the info on this link ... |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Mon May 02, 2016 12:34 pm Subject: TCP Keepalives from an XMS application |
I'm not sure to understand what you mean. What should I do? |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Mon May 02, 2016 7:16 am Subject: TCP Keepalives from an XMS application |
Thank you for the information.
Do you know how I can activate these keepalive probes? |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Mon May 02, 2016 4:49 am Subject: TCP Keepalives from an XMS application |
I need to use keepalive because I noticed network failures that aren't detected by the connection's exception listener. |
Topic: TCP Keepalives from an XMS application |
damuka
Replies: 21 Views: 52752
|
Forum: IBM MQ API Support Posted: Mon May 02, 2016 3:51 am Subject: TCP Keepalives from an XMS application |
In order to verify if an MQ Server is still available, I would like to initiate KeepAlive probes from an XMS application.
In the client configuration file (mqclient.ini), I have set the KeepAlive at ... |