Daniel Cohen-Sason wrote:
Hello.
CPP implementation has an implementation for SubscriptionManager
(qpid\client\SubscriptionManager).
I couldn't find any implementation for Java.
Please advise.
dakash
AFAIK there isn't one. The C++ API is similar to the python API, both are
essentially generated directly from the AMQP specification. However the straight
AMQP spec mapping makes subscribing rather tedious and error-prone, the
subscription manager is a convenience wrapper to make it easier.
I don't think Java has such a wrapper on the assumption that most users will use
the JMS API. If we do add it to Java it would be good to keep the APIs at least
loosely aligned.
Cheers,
Alan.