zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

Does the JNI support UNIX domain sockets? #2215

Open BofengDuke opened 2 years ago

BofengDuke commented 2 years ago

Hello, I have a CS-architecture service,the service uses cppzmq. Client and service work with ipc:// protocol. Now, I want my client to support the Java language, does the JNI support ipc://protocol between cppzmq and JNI?

bluca commented 2 years ago

It should - try it

BofengDuke commented 2 years ago

It should - try it

Thank you for your reply.