In the latest release of Advanced ETL Processor ability to work with Message Queuing (MSMQ) was introduced.
Advanced ETL Processor can send and receive messages
Switching on MSMQ Functionality
To enable MSMQ functionality run the following SQL Against the repository:
UPDATE objects_tree Set Name='MS MQ' where object_type = 374
UPDATE object_types Set object_type_name='MS MQ Connections' where object_type = 374
UPDATE object_types Set object_type_name='MS MQ Connection' where object_type = 375
This functionality is still being tested