Blog Post

Messaging on Azure Blog
1 MIN READ

Sending to an Event Hub with JMS

AshishChhabria's avatar
Mar 15, 2019
First published on on Dec 19, 2014

Newly posted on GitHub, a sender sample for use with the Qpid JMS AMQP 1.0 client. Note that the ability to set a partition key on a message requires a feature not in the currently released version of the client (0.30) but which should be available in the next release. The other ways of sending a message (locking all messages to one partition, or letting Service Bus round-robin messages across partitions) both work with the current released client.


There will be a matching receiver sample soon.

Updated Mar 15, 2019
Version 2.0
No CommentsBe the first to comment