Putting received data into Message Queue

You are here

Putting received data into Message Queue

2 posts / 0 new
Last post
kszakul
kszakul's picture
Putting received data into Message Queue

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

heller
heller's picture

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