[zeromq-dev] Java durable subscriber example problem (ØMQ - The Guide)

Pieter Hintjens ph at imatix.com
Thu Jun 16 14:22:16 CEST 2011


Thanks for the fix!

On Thu, Jun 16, 2011 at 12:06 PM, Erlend Aakre <Erlend.Aakre at q-free.com> wrote:
> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>



More information about the zeromq-dev mailing list