sumanth
sumanth

Reputation: 11

Azure Event Hub : Request and response in Azure event hub through java code

Suppose i have 3 users, if i send the request from these 3 users to azure event hub how to get their repective responses from azure event hub through java ? (particular response for particular request)

Upvotes: 0

Views: 1085

Answers (1)

Peter Pan
Peter Pan

Reputation: 24148

@sumanth There are some resources which are very helpful for you now, that include tutorials & code samples.

  1. Get started with Event Hubs for Java, please see https://azure.microsoft.com/en-us/documentation/articles/event-hubs-java-ephjava-getstarted/.
  2. A code sample for Event sender using JMS, please see https://github.com/Azure/azure-service-bus-samples/tree/master/qpid-jms-eventhub-sender.

Hope it helps.

Upvotes: 0

Related Questions