In order to use ActiveMQ, you need to select a protocol for sending messages to the broker, and a client language.
If you're already working in Java, the easiest option is to use the Java JMS client library that we publish, which will use the OpenWire protocol. If you're working in. NET or C++, we provide similar client libraries for those languages. If you already use the AMQP protocol elsewhere, ActiveMQ can accept those messages, and there are third-party AMQP client libraries in many languages. If you're working in a simple scripting language, which you might be since you referenced Linux rather than a programming language, you can use the STOMP protocol, which is a very simple ASCII text protocol that doesn't need a client library. Tim On Fri, Mar 15, 2019, 11:40 AM Clebert Suconic <[email protected]> wrote: > Your question is a bit generic. > > I have made a video 2 years ago. > > https://youtu.be/Qm0slitrXGg > > > > There is also the examples. > > > > If you still have questions perhaps I could make a different approach. > > > > On Fri, Mar 15, 2019 at 8:24 AM Krishna432 <[email protected]> > wrote: > > > Hi Experts, > > > > I am first time user of activemq, I able to download and install and make > > changes configuration file to create queue. I am not sure on how/what to > > configure to send messages from linux server to this queue. After few > > struggles I can see some jmx messages in linux server but not on UI. > > > > Need solid help Please .. > > > > Thanks > > Krishna > > > > > > > > -- > > Sent from: > > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html > > > -- > Clebert Suconic >
