[akka-user] Akka ZMQ hello-world cannot receive any message at all

2015-05-04 Thread Houwu Bai
Hi, I am trying to migrate some examples from the zmq guide (http://zguide.zeromq.org/page:all) to Akka. The wuserver example works in one direction: the messages sent out by the publisher can be received by a Java or Node.js client connected and subscribed. However, the other direction does no

Re: [akka-user] Akka ZMQ hello-world cannot receive any message at all

2015-05-05 Thread Akka Team
Hi, Which version of ZeroMQ are you using? Btw, please note that Akka zeromq support was deprecated in 2.3, and it is already removed in 2.4. See this ticket for further details: https://github.com/akka/akka/issues/16636 -Endre On Mon, May 4, 2015 at 8:46 PM, Houwu Bai wrote: > Hi, I am trying

Re: [akka-user] Akka ZMQ hello-world cannot receive any message at all

2015-05-05 Thread Houwu Bai
For zmq version, the print out of the statement: val zmq = ZeroMQExtension(system) println(s"ZMQ ${zmq.version}" ) shows: ZMQ 4.0.5 On Tuesday, May 5, 2015 at 4:38:34 AM UTC-7, Akka Team wrote: > > Hi, > > Which version of ZeroMQ are you using? Btw, please note that Akka zeromq > support was

Re: [akka-user] Akka ZMQ hello-world cannot receive any message at all

2015-05-05 Thread Akka Team
Hi, The docs say (http://doc.akka.io/docs/akka/2.3.10/scala/zeromq.html): "The currently used version of zeromq-scala-bindings is only compatible with zeromq 2; zeromq 3 is not supported." You are trying to use ZeroMQ 4. -Endre On Tue, May 5, 2015 at 5:26 PM, Houwu Bai wrote: > For zmq versio

Re: [akka-user] Akka ZMQ hello-world cannot receive any message at all

2015-05-06 Thread Houwu Bai
Hi, How can I downgrade zmq to 2.x? Is it configurable? The following is the dependencies defined in my build.sbt: libraryDependencies ++= { val akkaVersion = "2.3.10" Seq( "com.typesafe.akka" %% "akka-actor" % akkaVersion, "com.typesafe.akka" %% "akka-slf4j" % akka

Re: [akka-user] Akka ZMQ hello-world cannot receive any message at all

2015-05-06 Thread Houwu Bai
Hi Endre, How can I specify the zmq version to use with Akka? Some configure? Thanks, Houwu On Tuesday, May 5, 2015 at 9:04:04 AM UTC-7, Akka Team wrote: > > Hi, > > The docs say (http://doc.akka.io/docs/akka/2.3.10/scala/zeromq.html): > "The currently used version of zeromq-scala-bindings is