Re: [zeromq-dev] ZMQ JZMQ Logging

2013-02-13 Thread Trevor Bernard
I use ZMQ 2.X with the JZMQ binding. I am trying to debug a typical “java: Socket.cpp:561: void* get_socket(JNIEnv*, jobject, int): Assertion `s' failed.” I am probably sending a message on a closed socket, but it is difficult to correlate my application logs and the assert error. I would

[zeromq-dev] ZMQ JZMQ Logging

2013-02-11 Thread Sabri Skhiri
Dear All, I use ZMQ 2.X with the JZMQ binding. I am trying to debug a typical “java: Socket.cpp:561: void* get_socket(JNIEnv*, jobject, int): Assertion `s' failed.” I am probably sending a message on a closed socket, but it is difficult to correlate my application logs and the assert error. I

Re: [zeromq-dev] ZMQ JZMQ Logging

2013-02-11 Thread Min
Hi, Basically logging is not supported in jzmq. If you use the latest ZMQ, you can utilize zmq_monitor. https://github.com/zeromq/libzmq/pull/340 At the callbak, you could leave your log4j log. Thanks Min 2013년 2월 12일 화요일에 Sabri Skhiri님이 작성: Dear All, I use ZMQ 2.X with the JZMQ binding.