Re: Is the examples documentation out of date or are the examples missing?

2014-07-10 Thread Christian Posta
Yah, it's out of date. The examples still live in $ACTIVEMQ_HOME/examples, but there are more of them, and separated out by protocol. Check out the $ACTIVEMQ_HOME/examples/openwire/java Would be great if you could update the wiki page too if you get a sec :) https://cwiki.apache.org/confluence/

Is the examples documentation out of date or are the examples missing?

2014-07-10 Thread markj
Hi,I just downloaded ActiveMQ 5.10.0 and I am looking at:http://activemq.apache.org/examples.htmlwhich shows: Running the examples from a binary distroYou can use Ant to compile and run the examples. In another shell, run the examples:cd exampleant producerIn another shell type:cd exampleant consum

blocking NMS C# consumer

2014-07-10 Thread gorbatov
I am using apache-activemq-5.10.0. NMS lib is Apache.NMS.dll version 1.5.1 and Apache.NMS.ActiveMQ.dll version 1.5.6 Broker has eight queues. It uses kahaDB Consumer works fine if there is no accumulation in queues. After consumers stopped, messages accumulated and consumers started with many msg

Re: Activating consumer for each message groups

2014-07-10 Thread Christian Posta
Can you verify (JMX) that your consumer (are you using Camel? or straight DMLC from spring?) is actually creating the requisite number of consumers you're expecting? On Thu, Jul 10, 2014 at 4:00 AM, UcayaliFish wrote: > Hi, > I need some advice with message groups and I've failed to find a solu

Clients cannot connect to broker - java.io.EOFException: Chunk Stream does not exist, page:201 is marked free

2014-07-10 Thread Donnell Alwyn
ActiveMQ version 5.9 Just experienced this issue in 5.9 No idea what caused this, followed the instructions here, deleting the db.data file before a restart and managed to recover the broker . http://activemq.2283324.n4.nabble.com/ActiveMQ-5-8-0-java-io-EOFException-Chunk-stream-does-not-exist-

Another NegativeArraySizeException problem - ActiveMQ 5.5.1.fuse-70-097

2014-07-10 Thread cristisor
Hello, We are facing a really big problem in production. From time to time, the broker stops delivering the messages to some consumers which are located on the same machine as the broker. After a restart, the broker delivers some more messages but new messages can accumulate. The only way to fix t

Embedded ActiveMQ broker stopped

2014-07-10 Thread vkcse
Hi, I am using ActiveMQ 5.9. In my application I have 3 embedded ActiveMQ brokers for producer queues. When I started my app 2 of them started successfully and other one not. Here is the exception it throws at the time of app start-up. javax.jms.JMSException: peer (vm://localhost_embed3#5) stopp

Activating consumer for each message groups

2014-07-10 Thread UcayaliFish
Hi, I need some advice with message groups and I've failed to find a solution in the net. What I'm doing is accepting RTP audio from several sources and converting each RTP frame to JMS BytesMessage and sending it to ActiveMQ queue setting JMSXGroupID property according to audio origin. I use Sprin

Re: AMQ-5260 - Cross talk over duplex network connection can lead to blocking (alternative take)

2014-07-10 Thread matteor
As a first approach I put under test this one: -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-5260-Cross-talk-over-duplex-network-connection-can-lead-to-blocking-alternative-take-tp4683060p4683065.html Sent from the ActiveMQ - User mailing list archive at Nabble.co

Re: Network of brokers and protocol

2014-07-10 Thread Timothy Bish
On 07/10/2014 04:55 AM, moorsel wrote: Hi, I am trying to connect two different broker instances using a networkbrokerconnector. One of the brokers is ActriveMQ but the other is not but supports AMQP 1.0 so I would like to instruct the networkconnector to use AMQP in stead of openwire. Is this po

AMQ-5260 - Cross talk over duplex network connection can lead to blocking (alternative take)

2014-07-10 Thread matteor
Hello, I'm trying to develop a patch for AMQ-5260. Since the problem involves locks that are held in classes that are quite far apart from each other (MutexTransport and DemandForwardingBridgeSupport), a hint from AMQ gurus on what is the best approach to attack the issue would be very valuable f

Network of brokers and protocol

2014-07-10 Thread moorsel
Hi, I am trying to connect two different broker instances using a networkbrokerconnector. One of the brokers is ActriveMQ but the other is not but supports AMQP 1.0 so I would like to instruct the networkconnector to use AMQP in stead of openwire. Is this possible? I tried the following config but

cant build activemq5.8.0 in linux (Ubuntu)

2014-07-10 Thread tcarlyle
Hi all, I have the situation here that I can build the activemq5.8.0 in windows without a problem, but I cant on ubuntu. My windows maven environment is: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: C:\dev\apache-maven-3.0.4\bin\.. Java version: 1.6.0_33, vendor: Sun Microsy