Openwire: New line character in message

2016-10-19 Thread ActiveMQ Investigation
Hello, I am using openwire. When I receive FIX message, I am getting new line character in beginning and end of the message from ActiveMQ broker. Is there anyway to avoid these chr(10): Message received: Whole message [

Re: Active MQ Performance

2016-06-20 Thread ActiveMQ Investigation
Out of two issues, I am able to resolve first one (Queue taking considerable time on persistent messages). Topic was fast because by default, concurrentStoreAndDispatchTopics is false for Topic. For Queue, it's enabled. But main difference was enableJournalDiskSyncs on each message. >From SAR

Re: Active MQ Performance

2016-06-16 Thread ActiveMQ Investigation
Hello Matt, Thanks for your message. I will do these settings and see what happens. I have attached links to code and results. My test show these two problems: - ActiveMQ Queue takes more time in Persistent Mode (Q28,Q31 rows in excel sheet) as compared to Sonic. - ActiveMQ Non Persistent Per

Re: Active MQ Performance

2016-06-14 Thread ActiveMQ Investigation
Hello Celebert, I am using apache-activemq-5.12.1. I found out the issue. My subscribers were on same machine as ActiveMQ install. While 5 subscribers, consuming messages on same machine as install, it was quite intensive. I moved subscribers to a separate machine than install and it took 9

Active MQ Performance

2016-06-14 Thread ActiveMQ Investigation
Hello, I am doing some raw performance tests on ActiveMQ to replace SonicMQ (JMS based) on C++ side. We have CMS using OpenWire. My test has got five Non Durable subscribers on a Topic. When I send 25000 messages, following happens: 1. Persistent - It takes 3 times (27sec) more than what it

[Stomp/ActiveMQ CMS] Stomp Delivery Mode

2016-05-17 Thread ActiveMQ Investigation
Hello, I am testing ActiveMQ as alternative of SonicMQ for our systems (OpenEdge). I have done a Stomp Layer on OpenEdge Application to communicate with ActiveMQ. Please note that hardware is identical to do all these tests. When I send 25000 messages on a queue via Stomp to ActiveMQ consumer

Re: [Stomp/ActiveMQ CMS] Delivery Mode

2016-05-17 Thread ActiveMQ Investigation
Thank you for explanation Tim. Actually I am using Stomp only for our application which is written in OpenEdge as it doesn't provide any JMS implementation/ API or protocol to connect to ActiveMQ. So stomp was the way. I am not using STOMP in ActiveMQ CPP as openwire is already there. Sending

[Stomp/ActiveMQ CMS] Delivery Mode

2016-05-17 Thread ActiveMQ Investigation
Hello, I am testing ActiveMQ as alternative of SonicMQ for our systems (OpenEdge). I have done a Stomp Layer on OpenEdge Application to communicate with ActiveMQ. When I send 25000 messages on a queue via Stomp to ActiveMQ consumer then it takes around 4 seconds. When I do it via ActiveMQ CMS