enterprise-integration Questions
22
Solved
I don't understand what exactly Camel does.
If you could give in 101 words an introduction to Camel:
What exactly is it?
How does it interact with an application written in Java?
Is it somethi...
Santee asked 13/1, 2012 at 2:32
2
Solved
What is the difference between
configure {
from (blah blah)
.id(blah)
....
}
and
configure {
from (blah blah)
.routeId(blah)
.. ..
}
Pless asked 6/9, 2017 at 1:34
5
Solved
I would like to know whether there any drawing tools available to map a given use case solution in terms of EIPs. There is a stencil available for MS Visio and a SVG alternative for OpenOffic...
Austere asked 3/1, 2013 at 19:59
2
Solved
What is the fundamental difference between inbound and outbound channel adapters?
Any examples would be very helpful.
I have reviewed the Spring docs and this "directional" distinction is not cl...
Mildew asked 1/5, 2015 at 15:13
2
Solved
I have a outbound-channel-adapter, where the relevant configuration is shown below.
<int:outbound-channel-adapter channel="foo-fileChannel" ref="foo-handlerTarget" method="handleFeedFile">
...
Blackface asked 1/5, 2015 at 20:2
3
Solved
I know theres already a good question on this, but it doesn't really answer what I'm looking for.
From what I understand:
1.both are used as a central focal point between applications
2.both can...
Nesselrode asked 8/5, 2014 at 11:20
1
Solved
My understanding of Akka is that it provides a model whereby multiple, isolated threads can communicate with each other in a highly concurrent fashion. It uses the "actor model", where each thread ...
Voyage asked 21/1, 2015 at 18:26
3
What is the difference between Gateway and Service Activator as Message Endpoints (in terms of Enterprise Integration Patterns)?
Oriana asked 29/4, 2012 at 13:49
1
© 2022 - 2024 — McMap. All rights reserved.