Blog Post

Messaging on Azure Blog
1 MIN READ

EventProcessorHost for Java Released

AshishChhabria's avatar
AshishChhabria
Brass Contributor
Mar 15, 2019
First published on on Jun 20, 2016
Any Java fans out there? We just added the EventProcessorHost to the master branch of our Event Hubs Java client. Now you can consume messages from an Event Hub with the same simplicity as our .NET client. No need to worry about partitions or check-pointing, we do all that work for you. And since its Java based, there are many different platforms that it can run on, especially in Azure.

If you want to go ahead and get started, check out our updated Getting Started tutorial . If you really want to get your hands dirty, check out our GitHub repository , where you can submit issues, download the source, and even create a pull request!

Happy event-ing!
Updated Mar 15, 2019
Version 2.0
No CommentsBe the first to comment