The java example for the durable subscriber:
http://zguide.zeromq.org/java:durasub

Did not work here when I ran it, seems the identity of the subscriber is
not set.

It worked after I added the following line after the subscriber object
is created:

subscriber.setIdentity("hello".getBytes());

So maybe the example should be updated

-Erlend
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to