activemq
send message from java program to activemq using mule
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[详细]
2023-02-20 01:02 分类:问答Change ActiveMQConnectionFactory brokerURL at runtime in grails
I\'ve got a bean defined in resource.groovy like beans = { jmsConnectionFactory(org.apache.activemq.pool.PooledConnectionFactory) {bean ->[详细]
2023-02-19 14:57 分类:问答ActiveMQ: outOfMemoryError: unable to create new native thread
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:[详细]
2023-02-19 05:31 分类:问答ActiveMQ send and receive folder of XML file
I have a java application that makes I/O of files: Module 1 : output txt file (HardDisk).开发者_StackOverflow社区[详细]
2023-02-19 02:55 分类:问答Using Log4j NTEventLogAppender with ActiveMQ running as service under Windows Server 2008
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[详细]
2023-02-18 14:05 分类:问答How to set the ActiveMQ redeliveryPolicy on a queue?
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[详细]
2023-02-17 12:32 分类:问答How to force ActiveMQ connection to choose a broker for a new consumer randomly?
I use the following url to create ActiveMQCo开发者_如何学CnnactionFactory: failover:(tcp://server1:port,tcp://server2:port,tcp://server2:port)[详细]
2023-02-17 07:27 分类:问答Understanding JMS integration testing with Spring SingleConnectionFactory and CachingConnectionFactory
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.[详细]
2023-02-16 23:04 分类:问答ActiveMQ/Stomp debug when a message disables a consumer
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[详细]
2023-02-16 19:23 分类:问答Apache Camel scripting problem
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[详细]
2023-02-16 14:11 分类:问答