The common acronym for the general idea of an "enterprise messaging service," or "enterprise messaging system," a set of published Enterprise-wide standards that allows organizations to integrate computer systems that may be very different by sending semantically precise messages between them.
Questions tagged [ems]
121 questions
-1
votes
1 answer
Read an xml file from EMS queue using Apache Camel
See the code below
public class VerifyModule extends RouteBuilder {
public void configure() {
from("EMS_QUEUE_ADDRESS")
.to(localfile);
}
}
1) Is this the correct way to read from an EMS queue? Please could someone give…

edb500
- 313
- 1
- 3
- 14