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 communities which support clients for these protocols. If you need a Python client which can talk to Artemis I recommend you check out Qpid Proton [1]. Justin [1] https://qpid.apache.org/proton/index.html On Thu, Feb 15, 2018 at 6:08 PM, tcomprak <[email protected]> wrote: > 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 >
