camel activemq, POJO producer is null

2014-01-16 Thread m.mcinness1
Hi. I am new to camel and I'm trying to set up a POJO producer for an activemq component, following the instructions here: http://camel.apache.org/pojo-producing.html I'm using camel via servicemix 4.5.3 (camel 2.10.7) and am using the embedded activemq broker (ActiveMQ 5.7.0). I have an interf

Re: camel activemq, POJO producer is null

2014-01-18 Thread m.mcinness1
Thanks, Claus, for lending an ear to these very basic questions. I really appreciate the help. Do I need to reference the activemq bean in my ? Does MyBean need to be instantiated in any special way? Is there, perhaps, a fully-working example bundle out there that I could refer to? -- View th