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