Hi,
on the diagram http://as2.mendelson-e-c.com/software.php sending flows are presented. I have questions to the receiving flows:
1) Does receiving data can be put into some message queue? How to configure or implement it?
2) Does receiving MDNs can be put into message queue?
3) Can I replace mendelson's internal JMS Server with another JMS server? How to configure it?
Greetings,
Lukas
Lukas,
There is a class called JMSMessageSender in the package, this will help you sending message objects to the queue.
Replacing the JMS server could be done in the code but not by a configuration.
Regards
Heller