Azure / azure-service-bus-java

☁️ Java client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
MIT License
58 stars 57 forks source link

Support AMQP Value #98

Open binzywu opened 6 years ago

binzywu commented 6 years ago

With Servicebus 1.0 Java client, one can only send message with AMQP Data which limits the interop with other AMQP clients. Other AMQP sections should be supported for main scenarios like.

goranjovanovic25-zz commented 6 years ago

Hi, could you please let us know are there plans to add support for this to the library and when.

We are having problems integrating to external systems who use different client libraries to enqueue messages to the Service Bus.