You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by souciance <so...@gmail.com> on 2016/09/27 08:48:22 UTC

Separate POJO producing class

Hello,

Are there any obstacles to creating a POJO producing class as a separate
artifact, and then putting it as a dependency in your pom file for your
Camel project?

What I mean is:

POJO producing class Eventbus writes and reads from ActiveMQ.
It has some methods to accepts parameters regarding the body and queue name.
It exist as a separate artifact in a maven repo.

Integration X now wants to use POJO producing class and adds it to its pom
file.

Can the integration X dsl then simply refer to to the POJO producing  via
.bean(..) ? 

Best
Souciance



--
View this message in context: http://camel.465427.n5.nabble.com/Separate-POJO-producing-class-tp5788097.html
Sent from the Camel - Users mailing list archive at Nabble.com.