Log in to follow, share, and participate in this community.
Thread Using Fuse embeded ActiveMQ on production
Using Fuse embeded ActiveMQ on productionHi, Please help me with the below questions. 1. Can I use the embedded ActivieMQ in Fuse on production level deployment? Is there any disadvantages in using the embedded activeMQ over a separate activ...
ActiveMQ (FuseEsb, Camel) - Http to HttpsI am trying to set http to https in Fuse ESB and Camel: What I changed in the ActiveMq.xml: <sslContext keyStore="file:$/con...
Thread Non Persistent Message Not Delivered to Broker
Non Persistent Message Not Delivered to BrokerI have reason to believe that on rare occasions a non-persistent message sent to a queue is lost and does not end up in the destination queue. I am using ActiveMQ 5.4.2 and connect via failover transport over ss...
Thread Not able to start ActiveMQ as windows service
Not able to start ActiveMQ as windows serviceHi, I am new to ActiveMQFuseBroker. We are using version 5. When I try to run the wrapper, I see that it has spawned a java process with an ID. But wrapper.log throws an error that it cant find the file specif...
How to bridge a topic to multiple queues?Hi, I want to bridge single topic to multiple queues so that all the messages sent to a topic can be sent to all the queues. If 100 messages are sent on one topic then all the 100 messages should be sent to each of t...
Thread ActiveMQ tcp to http - AbstractHttpMessage class not found
ActiveMQ tcp to http - AbstractHttpMessage class not foundI am getting error message while trying to go from tcp to http: Caused by: java.lang.ClassNotFoundException: org.apache.http.message.AbstractHttpMessage not found by org.apache.activemq.activemq-core &...
Fuse ActiveMQ Topic not deleting messagesI am using default configuration for ActiveMQ broker on ESB and have camel rute that sends messages to Topic. I was expecting that Topic will be deleting messages if there are not active Subscribers - I am u...
Queue to Queue communicationI have two queues on two ESB-s and one Camel route reading from first queue and pushing to the second queue. Is it possible to set up second queue to read messages from the first one without using Camel route?
Thread Can't log in to the Active MQ Web Console on ESB that is in Fabric
Can't log in to the Active MQ Web Console on ESB that is in FabricActions: MachineA winxpa: FMC Console fabric:profile-create --parents mq mq-console fabric:profile-edit -f mq-web-console mq-console MachineB winxpb: ESB fabric:join winxpa MachineA winxpa: FMC Con...
Camel idempotent consumer degenerationHey For some reason camel idempotent consumer slows down processing after some time. We use persistent broker on top of JDBC persistence adapter. Also camel uses JdbcMessageIdRepository. At the beginning speed...
Thread Getting current date in a ActiveMQ Selector
Getting current date in a ActiveMQ SelectorHi. I'm using the Camel component for ActiveMQ, with Spring DSL. I need to filter the messages I want to consume with a specific date/time. To make this comparsion, I need to retrieve the current datet...
Thread Mixed TCP/multicast in multihomed environement
Mixed TCP/multicast in multihomed environementHello, I am trying to setup a network of brokers in a multi-homed environment. 1. I understand from my testing and from http://mail-archives.apache.org/mod_mbox/activemq-dev/201007....
Thread Consumer not consuming the messages from queue
Consumer not consuming the messages from queueI have two queues connected in cluster and two listeners listening on them. The consumer stops consuming the messages from the queue over a period. But im able to post messages into the queue. I don't see the error wi...
Message Broker Web Console SecurityWhat's the best way to create read-only users for Message Broker Web Console. The MB version we are using is 5.5.1. I have already enabled the authentication for the Web Console and don't want to give out admin creden...
Simple JAAS Authentication/AuthorizationFuse 4.1.0.2 : Setting up JAAS Authentication/Authorization as per http://activemq.apache.org/security.html created login.config and placed in SERVICEMIX_BASE/etc directory activemq-domain { ...