Log in to follow, share, and participate in this community.
Thread persistent message storage using Oracle
persistent message storage using OracleUsing 5.5. broker, I am trying to use Oracle JDBC for message persistence. Tables were created fine, however when a message is being stored there is an exception: JDBC Failure: Missing IN or OUT parameter at in...
Thread Slow delivery of messages between 8KB and 23KB
Slow delivery of messages between 8KB and 23KBI am bench marking ActiveMQ using Perl and Stomp+NIO. I have setup 3 queues and 4 topics, and am sending messages of increasing size to see what the broker can handle. The speed is really good up until 8KB...
Where is credentials.properties file?Hi ActiveMQ doc says: - Starting with version 5.3, all of the above configuration details are included in the default ActiveMQ configuration. Also, there is a central place where you can set credentials that ...
Thread Problem with openwire example - http endpoint not listening
Problem with openwire example - http endpoint not listeningHi, I'm following the steps in the jms broker connectivity guide for the openwire example - http://fusesource.com/docs/esb/4.4/amq_connectivity/index.html. Producing and consuming via the tcp endpoints w...
Thread Oracle JDBC store does not automatically restore queues upon restart?
Oracle JDBC store does not automatically restore queues upon restart?When I setup Oracle JDBC for ActiveMQ and create a queue 'myq' and send a persistent message to it, I can see it in the browser admin tool. Then I shutdown the amq and restart it. When I do this, the queue...
symlink inside webapps/camel/WEB-INF directoryHi, I am using "Fuse Message Broker / Apache-ActiveMQ-5.5.0-fuse-00-27". As per my project's requirement, I have to modify applicationContext.xml file which is under webapps/camel/WEB-INF director...
ActiveMQ Realtime or Active GroupsHello, I was looking through the feature list on the ActiveMQ site and saw the ActiveMQ Realtime (ActiveBlaze) and Active Groups listed as features. However, in looking through the installation of ...
Could not locate data fileHi everyone, with the latest 5.5.0-00-43 of FuseMB I get an error similar to this MB-873 when running stability tests (constantly producing and consuming messages). Has anyone run into this issue?
2011-08-...
Latest FUSE MB versionHi everyone, When I look at the release notes on this web site (5.5.0 Release Notes) it says that "FUSE MB (ActiveMQ) 5.5.0-fuse-00-43, July 10, 2011" is the latest. But when downloading, I'm only able to see 5.5....
MySQL/JDBC MasterSlave ConfigurationBackground: Evaluate a MasterSlave system and test failover with persistent messages. Using apache-activemq-5.5.0-fuse-00-27/conf/activemq-demo.xml as a base and using MySQL as Datastore, both the Master Broke...
Thread message not consumed by MDB in clustered JBOSS servers
message not consumed by MDB in clustered JBOSS servers Out application use MDB to consume message, using JBoss 5.0 app server. 3 nodes run as a cluster. ActiveMQ 5.4.2 using db persistence - postgresql, two ActiveMQ...
Slow JMS consumerHi All, In the Servicemix 4.x version, I'm facing a performance issue with the activeMQ consumer. I'm suspecting its because of the slow consumer. I defined the route using the org.apache.camel.builde...
Message Priority In 5.5.0-fuse-00-43I am testing out message priority in 5.5.0-fuse-00-43. I have prioritization enabled, and a maxPageSize of 5000. When I consume 230 messages with priorities 0-9, almost all of them are consumed in the co...
Building Fuse Message Broker 5.5.0I am trying to build the the Fuse Message Broker 5.5.0 and get the following error: Failed to execute goal on project activemq-camel: Could not resolve dependencies for project org.apache.activemq:activemq-ca...
Thread Activemq's Pure Master Slave (shared nothing) configuration problem
Activemq's Pure Master Slave (shared nothing) configuration problemIts regarding Activemq's Pure Master Slave (shared nothing) configuration. I have made this configuration and noticed that transactions are replicated from master to salve. BUT operations done from Adm...
activemq shutdownHookUsing Fuse 4.4 and Kahadb, I'm confused about the need for/exact function of the ActiveMQ 'shutdownHook': http://activemq.apache.org/broker-uri.html. I assume this has something to do with contain...