This is a new feature not a bug.
I would like to create a new handler for both inbound and outbound messages:
- outbound messages would be retrieved from RabbitMQ/AMQP instead of file system (or any other messaging system);
- inbound messages will be sent to a dedicated queue in RabbitMQ/AMPQ instead of file system (or any other messaging system).
There will be two queues created, one for inbound, another for outbound. The MQ message will contain sender and receiver (eg AS2 identifier) at the header level.
I would need in config.xml to be able to specify the implementation handler for both inbound and outbound message.
I am willing to work on it once I get the workspace setup.