On 09/12/2019 2:39 pm, [email protected] wrote:
Good morning Developers,

I need to implement pattern publish/subscriber with the Qpid Proton 0.29 library.

Is it possible to implement this approach with this library?

Yes, but...

Proton is really a library for managing the transfer of messages to another process over a tcp socket. It can be used either client or server side.

The Qpid project also has brokers (which use proton) and a router. All of these provide inbuilt pub-sub functionality (as do other AMQP 1.0 compliant brokers). You can use proton as a client library to interact with such brokers for pub-sub.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to