In this article, we are going to see how to connect to AWS ActiveMQ using Python. STOMP ( Simple Text Oriented Messaging Protcol) is a protocol supported by Message Oriented Middleware products like ActiveMQ, RabbitMQ for faster and reliable message streaming. We are going to use STOMP with Python to[...]
Read moreCategory: ActiveMQ
Activemq simple jms client to test queue and topic - ActiveMQ CLI
In this post, we will provide a Simple Java JMS Client Program to Test Active MQ Queue and Topic, this program is designed to take username and password(securely) and the broker URL from the user at the runtime. It is designed to do both Send and Receive operations for both[...]
Read moreHow to Solve - Error while browsing the queue/topic in activemq web console
Is your ActiveMQ Web console throws an exception while you are trying to view/browse the messages? Is it similar to what you see below, then this article could help you solve it. Good Luck The Problem: When the Active MQ broker is Secured and when you are trying to browse[...]
Read more