Is ActiveMQ rollback mechanism supported by C # (openwire) and python (stomp) clients?

I would like to use ActiveMQ to connect python service with C # clients. Is there a way to specify a fail-safe connection in C # (openwire) and python (Stomp)?

ActiveMQ will be configured as a Master Slave for the shared file system.

+4
source share
1 answer

The C # client supports switching to another resource: http://issues.apache.org/activemq/browse/AMQNET-26 . Perhaps the Python client does not support it.

+2
source

Source: https://habr.com/ru/post/1300659/


All Articles