0

I'm fairly new to camel and trying to figure some things out. Currently I have a route that sends a POJO to activemq and then later I receieve that message from activemq, but the body of the message is null. If I skip the activemq portion of the route it works no problem.

How can I route my POJO through activemq without serializing it?

рüффп
  • 5,172
  • 34
  • 67
  • 113
user1751547
  • 2,211
  • 4
  • 21
  • 25

1 Answers1

1

I just ended up serializing my objects and it worked fine.

user1751547
  • 2,211
  • 4
  • 21
  • 25