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.
