what ErrorListener do you mean as one can only setExceptionListener on a connection object which i do?
The other question is why my message consumers don't throw exceptions ...
while trying to implement reconnect feature for my MQ 7.0.1.2 client i came across situation that despite unplugging MQ server from the network my remote clients i.e. MessegeConsumers (messegeC ...
i'm trying to implement custom auto reconnect feature in my java code as i can't upgrade my MQ 7.0 to version 7.0.1. My configuration is as follows:
- many threads (MessageConsumers) all using ...