Log in to follow, share, and participate in this community.
Thread ActiveMQ LoggingBrokerPlugin too verbose
ActiveMQ LoggingBrokerPlugin too verboseHi all, I am using Apache ActiveMQ v5.4.2-fuse-02-00 and I want to log events related connections and added following line into my config but I now in my log I have a lot of noise because its ena...
Thread Topic-Messages not redelivered after rollback and reconnect.
Topic-Messages not redelivered after rollback and reconnect.I'm using apache-activemq-5.4.2-fuse-01-00 There is a durable subscription on a topic with some messages waiting to be consumed. The following steps reproduce my problem: 1. Open a transacted, durable subscr...
Thread concurrent consuming - amq - jvm based limitation?
concurrent consuming - amq - jvm based limitation?We are testing performance of our newly developed software. We are using camel/activemq extensively. camel 2.5, amq 5.4.2 We have found a strange performance limitation. Here is description of our test...
Thread activemq infinite msg redeliveries --- hangs after a few hours
activemq infinite msg redeliveries --- hangs after a few hours we are currently using fuse message broker 5.3.0.5 along with fuse-esb 3.4.0.5. We have a jms component that consumes msg out of a transacted activeMQ queue. Since we want the msg to be redelivered indefinte...
Oracle AQ throws jms-147 errorHi, I'm trying to place a message into oracleaq with the route below but I receive always error. Do you have any idea why? route: error: ...
Using SSL instead of TCPHi, I have installed apache-activemq-5.4.2 in my windows machine and doing a feasibility study of using SSL instead of TCP enqueing and dequeing the Broker. steps I have followed: 1: crea...
stomp client not receiving messagesA customer would like to use a connector that uses stomp protocol. I'm currently using the default 4.2 activemq-broker.xml setup which allows tcp over 61616 and stomp over 61613. In my camel route...
Thread Geronimo and ActiveMQ PooledConnectionFactory Compatibility
Geronimo and ActiveMQ PooledConnectionFactory CompatibilityIs it possible to use ActiveMQ's PooledConnectionFactory with Geronimo XA transactions or is Jencks still the recommended way to connection pool when executing XA transactions? If it's possible, what do I need t...
Thread Async error occurred Can not remove a consumer from a session not regd
Async error occurred Can not remove a consumer from a session not regdClient is Spring application running on JBoss server. Broker is either new fuse broker or apache activemq 5.4.2. All I am doing is using a failover url in connection factory and just using one fuse broker run...
failover transportoptionsMay be simple problem but I can not get it to work .. documentation about failover says transportoptions implying I can supply more than one transport option. But the combinations I have tried does not work for me. ...
Thread Queue becoming dead, not sending the message
Queue becoming dead, not sending the messageHi My Active MQ is 5.2.0 with persistence, Failover, Oracle 10, Windows 2003 server R2 SP 2, Spring JMS. I can say "After running for days(I am not sure of this stmt.)", queue becoming dead. the below ...
Thread ANN: Habari ActiveMQ Client 2.7 - for Free Pascal and Delphi
ANN: Habari ActiveMQ Client 2.7 - for Free Pascal and DelphiMarch 1, 2011 - habarisoft is pleased to announce release 2.7 of its client library for FUSE Message Broker and Apache ActiveMQ. Habari JMS Client libraries provide access to standards-based, enterprise qualit...
Question: Time buffered destinationI am trying to configure a destination that will delivery "the last hours worth of messages" + "any new messages" every time I connect. A buffered destination that delivers previous and current message based on ...
Questions: persistence TTLBroker persistence after a restart: Behavior: persistence="false", All Unread messages are lost? Behavior: persistence="true", Unread messages on persistence destinations (i.e., messages on queues and persistence...
Late JoinersWhat's the best way to facilitate late joiners in respect to both Topics and Queues? I have a situation where the broker is always up and a sender app, but the receiving app may be up a little bit later. H...
Thread Problem in getting browser values through camel
Problem in getting browser values through camelHi, My requirement is that i need to get browser values through a http invoke and those browser values should be sent to a activemq queue. I tried using camel http. but could not excute the project successfull...
OOM when storing a messageHi, our application uses the latest ActiveMQ-Fuse 5.4.2-00-00 release. Sending and consuming messages works fine for a couple of hours but than we receive an OOM error. This happens with a in memory queue and ...
Infinite message redelivery policyHi tech guys, Active MQ 5.4 maxRedeliveries=-1 prefetch = 5000 We use multiple consumers polling on the same Queue for High availability/Failover. Message sequence is important to us. So we are stick...