Camel component

Posted on

Hello,

I want to create a camel component with which to accomplish these things :

  • Subscribe and listen on an event queue at : http://host:1111/events-queue

So this will be the Consumer component

  • Send message to http://host:4444/

This will be producer..

I've already developped simple components in the past , but my question is can the two (Consumer and producer) have different ports?

Thank you

Responses