Re: Use Qpid Messaging API to connect to a service bus queue

2022-09-07 Thread Gordon Sim
On Wed, Sep 7, 2022 at 8:13 AM Yuanyuan Feng wrote: > Is it possible to use QPID messaging API to connect to a service bus > namespace and then send/receive messages to/from a queue on demand? I don't believe anyone has ever done so. In general I would advise against starting new projects

Use Qpid Messaging API to connect to a service bus queue

2022-09-07 Thread Yuanyuan Feng
Hi Qpid experts, Is it possible to use QPID messaging API to connect to a service bus namespace and then send/receive messages to/from a queue on demand? But it seems that the QPID messaging API 1.40 only support AMQP 1.0 protocol, and service bus is using 1.0. Are there any other components