Git Product home page Git Product logo

Comments (6)

sjkwak avatar sjkwak commented on July 17, 2024

HI @atdi which library are you using for sending events?

from azure-event-hubs-java.

atdi avatar atdi commented on July 17, 2024

Not when I send events is the problem and when I consume them.
I used those dependencies:

com.microsoft.azure
azure-eventhubs
0.10.0


com.microsoft.azure
azure-eventhubs-eph
0.10.0

from azure-event-hubs-java.

JamesBirdsall avatar JamesBirdsall commented on July 17, 2024

We ask about the sender because this looks like compatibility issues that we have seen before, where the sender formats the body of the message in an AMQP type that our receiver is not prepared to handle. Some senders can prepare a message in a variety of ways and the easiest way to get this working may be to change an option on the sender.

from azure-event-hubs-java.

SreeramGarlapati avatar SreeramGarlapati commented on July 17, 2024

@atdi - did you send messages to eventhub with body section as AmqpValue ? Current version of our client has a bug - where it is not compatible with AmqpValue & AmqpSequence. with #66 - it is fixed. pls. see if you can try it and provide any feedback.

from azure-event-hubs-java.

SreeramGarlapati avatar SreeramGarlapati commented on July 17, 2024

@atdi - we truly appreciate for filing this interoperability issue. This helped us to 1 up our quality.
This bug has been fixed and is pulled into the current release #82. We are in the process of releasing 0.13.0 - which will include the fix.

from azure-event-hubs-java.

bearrito avatar bearrito commented on July 17, 2024

I am seeing similar behavior. I am using the QPID Proton to send. What is the proper way to consume an AMQP message from Java?

I can see amqpBody is not null in my EventData instance, but the call to getBytes() returns null.

My gradle has the following

'com.microsoft.azure:azure-eventhubs-eph:0.13.0',
'com.microsoft.azure:azure-eventhubs:0.13.0',

from azure-event-hubs-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.