eclipse-ee4j / openmq

OpenMQ
https://projects.eclipse.org/projects/ee4j.openmq/
Other
51 stars 34 forks source link

Auto-reconnect or failover feature for C clients #13

Open glassfishrobot opened 15 years ago

glassfishrobot commented 15 years ago

With this I'd like to open a request for enhancement to add auto-reconnect/failover feature for openmq C client. Right now one must write complex jms-ping-type-of-separate-thread method(s) to allow muti- threaded C application to semi-automatically reconnect to global MQConnectionHandle.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 6 years ago
glassfishrobot commented 15 years ago

@glassfishrobot Commented Reported by mareks@java.net

glassfishrobot commented 15 years ago

@glassfishrobot Commented amyk@java.net said: There is an existing MQ RFE for this feature.

glassfishrobot commented 15 years ago

@glassfishrobot Commented mareks@java.net said: any info on ETA for this feature ? right now we have implemented separate "ping thread" schema with use of pthread mutex and conditional variables holding/controlling access to multiple-thread-shared MQConnectionHandle object - when there is an error getting access to MQ server, ping-thread takes over and tries to re-establish new connection.

/mareks

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA MQ-13