Closed shs96c closed 5 years ago
This looks related too: https://github.com/zeromq/jeromq/issues/289
This is an issue with the implementation. Each session gets a new Context instance. Create an inproc test without all the JMS wrapper I can duplicate the hanging by giving the sender and consumer sockets a different context.
I guess proving an option to re-user the context within the connection. Need to test.
regards Jeremy
Fixed with the release of version 3.0.1.
The example code below works if the topic is changed to use a
tcp
address but hangs indefinitely if aninproc
address is used.Could this be related in some way to https://github.com/zeromq/libzmq/issues/1257? It seems unlikely, but....
Note: as written, this example throws an exception on successful completion because of #12.