-1

I have multiple services running in remote machine.

I need to create a single interface for invoking all the services running.

Questions:

Is it possible to achieve this in JBOSS Fuse?

If yes, Which EIP do I need to use to achieve this.

Jose
  • 59
  • 3
  • 12

1 Answers1

1

I suggest to study some of the EIPs at the Apache Camel project to get more familiar with them

There is also a printable reference card with the most common

And the EIPs you may want to take a look at is multicast / pipes and filters / recipient list / routing slip etc.

But yeah JBoss Fuse (with Camel) can for sure exposes an interface and invoke multiple services and aggregate that as a single response for the interface.

Basically dig in and research, get your hands dirty, and learn by doing. There is a ton of information about Apache Camel (a great starting point to learn first), at the Camel website and at the many videos / blogs / books etc. Check out some of these links

Claus Ibsen
  • 56,060
  • 7
  • 50
  • 65