Iam trying to send a string message from a java program to queue in ActiveMQ using MULE.Iam new to mule this is my mule-config.xml
I\'ve got a bean defined in resource.groovy like beans = { jmsConnectionFactory(org.apache.activemq.pool.PooledConnectionFactory) {bean ->
I\'m currently load testing the default REST API of activemq. All my 100 users write the same message text to the same destination as fast as they can. After a few seconds i get:
I have a java application that makes I/O of files: Module 1 : output txt file (HardDisk).开发者_StackOverflow社区
I am trying to use Log4J\'s NTEventLogAppender to log ERROR level messages to the Windows \"Application\" event log for an existing installation of ActiveMQ 5.4.2 running as a service on Windows Serve
How do I set the redeliveryPolicy in ActiveMQ on a Queue? 1) In the doc, see: activeMQ Redelivery, the explain that you should set it on the ConnectionFactory or Connection. But I want to use differe
I use the following url to create ActiveMQCo开发者_如何学CnnactionFactory: failover:(tcp://server1:port,tcp://server2:port,tcp://server2:port)
Please some help understanding the following: I am using CachingConnectionFactory in my app and first used it during my jms tests to test my jms config like guaranteed delivery, rollback/commit, etc.
I am scratching my head trying to debug a PHP transaction that seems to error out one of my consumers. I can detect if my consumer is running by GREPping the process list, before I insert a new messag
I开发者_Python百科 have a very strange problem with Apache ActiveMQ with Camel - I tried the examples with javascript and groovy, but they both produce error \"Failed to install route: Failed to creat