Re: Artemis and Python Client implementation

2018-02-15 Thread Justin Bertram
The only client maintained in the Artemis code-base is the "core" client (usable via the "core" API or via the JMS API). This is a Java-based client. That said, Artemis implements protocols with client implementations in many languages (e.g. AMQP, MQTT, STOMP, etc.). There are various communitie

Artemis and Python Client implementation

2018-02-15 Thread tcomprak
Where can I find Python Client implementation APIs for Artemis. Is there a python library which one can use to pub/sub from Artemis queues? Thanks. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis and Python

2018-02-14 Thread Justin Bertram
> Does Artemis support Python client APIs ? The user manual does not say it explicitly, but I want to be really sure Artemis supports the AMQP, MQTT, and STOMP protocols all of which have client implementations in Python. > I understand that no external services are needed - Can someone please co

Artemis and Python

2018-02-14 Thread tcomprak
I am contemplating using Artemis as a message broker. My use case is the following: - Messages are not published at a very high scale. Probably a few thousand messages every minute or so - Need persistent messages with guaranteed delivery - Need a HA solution (There is no shared storage, so will h