Log in to follow, share, and participate in this community.
Thread syncOnWrite
syncOnWriteI'm using Fuse 4.4 and Kahadb, and am confused about 'syncOnWrite' functionality noted in the AMQ store doc: http://activemq.apache.org/amq-message-store.html, but not mentioned in version 4.4 of the Fuse ...
Thread failover:(tcp://x.x.x.x:61616,tcp://y.y.y.y:61616) .. how to round robin?
failover:(tcp://x.x.x.x:61616,tcp://y.y.y.y:61616) .. how to round robin?I have a requirement where the failover protocol would require for some round robin scheme since x.x.x.x and y.y.y.y could be up and down any given time. It would be nice to be able to round robin and keep retrying, b...
Thread Could not accept connection : java.net.SocketException
Could not accept connection : java.net.SocketExceptionI have the following in my activeMQ 5.4 log. Any ideas?
2011-07-05 19:21:34,620 | ERROR | Could not accept connection : java.net.SocketException: Too many open files | org.apache.activemq.broker.Transpor...
STOMP for TCL?Hi All, I am a student,I am doing Master Thesis on Messaging Systems.After lot of Research we found ActiveMQ better suited our needs. Existing Project is implemented on TCL(Tool Command Language).Can a...
5.5.0 issuesDownloaded apache-activemq-5.5.0-fuse-00-27 and tried to start a connection to the broker, but failed with following error: java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder ...
Thread Message loss in network of brokers - transactional send
Message loss in network of brokers - transactional sendHi, According to my tests, I seem to be losing messages in my network of brokers setup when I kill source and target brokers randomly while producer is pushing messages to one broker. It is as if store...
Resolve issue with stuck messages on queueHi, We have a message broker active (version fuse 5.4.2) with approx 30-40 queues. everything appears to be working fine except one of the queues has 80 messages showing as pending in the webconsole, eve...
Thread activemq in blocked state - consumers not consuming the messages
activemq in blocked state - consumers not consuming the messagesI am getting the below error in ActiveMQ logs "INFO | Slow KahaDB access: cleanup took 761". After this error, my consumer is not consuming any message from the queue. After restarting my consumer, it started reading...
Unexpected OutOfMemoryErrorHi, I got OOM error with activemq-5.4.2-fuse-02-00. I'm aware of "Number of threads" section of http://activemq.apache.org/javalangoutofmemory.html but there are circa 10 Destinations, so I don't consider this to be a...
Thread network of brokers and configurability of single topics
network of brokers and configurability of single topicsI have a situation where I will have 2 brokers up networked together. Therefore, if one client connected to one broker and another client connected to the other broker will 'hear' messages from the same topic. H...
Maven Build Error for 5.4.2 Fuse-2.00Hi All, I took "apache-activemq-5.4.2-fuse-02-00-src" and tried to build from it. I am attaching the Maven Build Error in RA artifact of activeMQ. Please help me. Th...
Client c# over HttpHello All, We have an fuse-message broker deployed on Amazon EC2 instance. So, we've developed a c# client and java server that access directly over the 61616 port. We've a question: Is it poss...
Fuse Message Broker(ActiveMQ) and JMeterHi, I'm just wondering if there are any examples of testing done with JMeter, some sample test scripts for example, of a typical messaging scenario. On the Apache website, this link exists, which promi...
ActiveMQ, profile/load/stress tool/software.1. I am interested in capabilities/limits of ActiveMQ. Is there a published report that give ActiveMQ performance numbers? Example: Messages per second as a function of message size? 2. If I wanted to do my ow...
Thread Exclusive consumer possible in clustered ActiveMQ / SM3 / JBossAS config?
Exclusive consumer possible in clustered ActiveMQ / SM3 / JBossAS config?Hi, I have trouble configuring ActiveMQ's exclusive consumer feature for clustered consumers: I'd like messages in a queue to be delivered only to one consumer with auto-failover to another standy-by consumer. Proble...
Thread Facing Problem on Master/Slave (Clustring) of ActiveMQ 5.3
Facing Problem on Master/Slave (Clustring) of ActiveMQ 5.3hi, i have to implement the clustring concep on activemq broker, so i created 2 instances on windows (same machine), data is replicating properly but problem is client not able to produce or consume the messages fro...