What happens if you receive the message in a Java client? Do you see the expected methods?
What JavaDocs are you looking at for reference? FWIW, the code for the 5.7.0 version of ActiveMQBytesMessage is here [1]. Justin [1] https://github.com/apache/activemq/blob/activemq-5.7.0/activemq-core/src/main/java/org/apache/activemq/command/ActiveMQBytesMessage.java On Wed, Feb 26, 2020 at 10:14 AM Justin Taylor <[email protected]> wrote: > This doesn't make any sense, and I'm sure I have to be doing something > wrong. > > I'm trying to consume a message from a queue. I'm using the 5.7.0 > activemq-core JAR from Maven. I'm getting an ActiveMQBytesMessage object > back. It seems that none of the methods for that class listed in the > JavaDocs exist. In debug, I can see that the object has content, but I'm > not able to access it. FWIW, I'm using Scala. > > > Has anyone seen anything liket this before? Any suggestions? > > > Thanks >
