vote up 1 vote down star

Does it make sense to use Apache Camel for Asynchronous requests? Or should I use simple MoM using a JMS server. There are no Enterprise Integration Patterns that I'll require.

Any help would be useful.

flag

60% accept rate

1 Answer

vote up 1 vote down

Even if you are not using any Enterprise Integration Patterns (yet) - Camel is great at integrating messaging into your application while hiding all of the middleware APIs while letting you easily switch between all the various different middleware technologies usually by just changing one or two strings.

e.g. see these links for more detail

There is a POJO Messaging Example that walks you through using Camel purely as a way to integrate messaging into your POJOs

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.