Sending to an Event Hub with JMS

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.