Apache ActiveMQ is an open source (Apache 2.0 licensed) message broker which fully implements the Java Message Service 1.1 (JMS). It provides "Enterprise Features" like clustering, multiple message stores, and ability to use any database as a JMS persistence provider besides VM, cache, and journal ...
1
vote
1answer
23 views
purgue inactive queues using jmsTemplate
I am trying to purge inactive queues in activeMQ
<amq:broker persistent="true" useJmx="true" schedulePeriodForDestinationPurge="1000">
<amq:destinationPolicy>
...
1
vote
2answers
16 views
Password security using JMS Request-Reply
I am implementing a Request-Reply pattern using JMS (ActiveMQ) as a logon service. It all works well. I send the username and password in the message and then check the encrypted version of the ...
0
votes
1answer
19 views
ActiveMQ and maxPageSize
I would like to set the maxPageSize to a larger number from its default 200.
This is how I set in the activemq.xml file:
<destinationPolicy>
<policyMap>
...
0
votes
1answer
28 views
Memory Limit (67108864) in activemq
I have a problem when it comes to the ActiveMQ. I need to know where exactly I can re-configure the Active MQ to avoid the following error:
Usage Manager Memory Limit (67108864) reached on ...
0
votes
1answer
29 views
ActiveMQ: Reject connections from producers when persistent store fills
I would like to configure my ActiveMQ producers to failover (I'm using the Stomp protocol) when a broker reaches a configured limit. I want to allow consumers to continue consumption from the ...
-1
votes
0answers
25 views
I'm getting a deadlock when calling consumer.setMessageListener(MessageListener)
In activemq I'm doing something that might be wrong. I'm creating a consumer and setting a messageListener (consumer.setMessageListener(MessageListener)) while consuming a message. This causes ...
-1
votes
0answers
22 views
Unable to bind to a port on Openshift
I am running an embedded activemq message server in my application on openshift. According to this, you can only bind on 15000 - 35530. I've tried doing the following, but it's throwing a serious ...
0
votes
2answers
34 views
ActiveMQ : Message listener not processing all entries in queue
We have a requirement where in I'll be deploying an application on n number of servers, say S1, S2 ,....Sn.There is an activeMQ queue defined on one of the servers , say S1.I have configured my ...
0
votes
1answer
12 views
Using failover URI in ActiveMQ Ajax client
I am using the ajax client to connect to activemq. Can the activemq
ajax client support the failover transport? I use an embedded Jetty inside the broker which uses vm transport to forward messages ...
0
votes
2answers
13 views
Apache Logging - Send log output directly to queue
Am using Standard apache logging (org.apache.log4j.logging )
Currently, taking the data to be logged manually, and publishing in to Apache Active MQ.
Is it possible to configure the logging output ...
3
votes
1answer
70 views
High Performance Messaging between Java Client and Java 'Back End'
I have a basic Java Messaging application that sends JAVA objects to a remote server for processing. I leverage Spring support on both sides of the wire and use ActiveMQ as my JMS provider. It works ...
2
votes
1answer
41 views
Where is my expired JMS message?
I am using ActiveMQ 5.8.0 and Camel 2.10.4. I am reading ExchangePattern.InOnly messages from a JMS queue, and want to expire those which are not processed within a given time explicitly to a named ...
0
votes
1answer
40 views
Syntax for selecting messages by Jms ID
What is the correct syntax for selecting messages based on their corresponding JMS ID?
Currently I use:
String selector = "JMSMessageID='ID:305:1:5:1:1'";
messageConsumer = ...
0
votes
1answer
15 views
ActiveMQ KahaDB compatibility
We want to upgrade ActiveMQ 5.3 to 5.6 and also keep the connections information.
Here is what we do,
Backup files under data\kahadb\ and uninstall AcitveMQ 5.3
Install ActiveMQ 5.6
Overwrite the ...
0
votes
0answers
37 views
Step by step tutorial to plug custom broker interceptor/plugin into ActiveMQ
I am an ActiveMQ newbie. I have to plug a custom broker interceptor into ActiveMQ.
Can anyone please help and tell me the steps to do this ?
0
votes
1answer
22 views
Can I delete all data from the ACTIVEMQ_MSGS table?
I have a live application that for some reason stopped processing messages. Now after reboot there are 3 millions messages piled up. Looks like it will take about 60 hours to process. I'd like to ...
0
votes
2answers
37 views
Active MQ consumer is receiving only the alternative messages
Requirement : One activemq queue should run in one machine (say machine1) .That queue should be accessed from the machine1 and another machine(say machine2).And the listener will run only in ...
0
votes
1answer
22 views
How can one make HermesJMS adn ActiveMQBrowser work withe latest Apache ActiveMQ 5.8
5.8 has renamed the objects
as http://activemq.apache.org/58-migration-guide.html
"Type=Broker" => "type=Broker"
which results in exception, described here in the question:
Accessing Apache ...
0
votes
1answer
29 views
Advice on python module to connect to ActiveMQ
I am starting to work on project with ActiveMq and python. I am creating a python client to connect to activemq and send Avro messages. I have now a python script which generates the messages in AVRO ...
0
votes
0answers
26 views
ActiveMQ broker error messages
I got some messages as below in activemq.log,
Async error occurred: java.lang.IllegalStateException: Cannot add a producer to a connection that had not been registered: ...
0
votes
0answers
32 views
Using JMS to persist data in Grails
I have JMS plugin installed in Grails 2.2.0. It works famously. However, I now want to extend the functionality to all my domain objects to persist them across a JMS ActiveMQ connection.
The ...
0
votes
1answer
21 views
Can we use same connection, but different session for consumer and producer [closed]
I am writing an JMS application using activemq where the consumer and producer reside on the same server.
I am maintaining separat Connection and session for consumer ans producer.
My doubt is, can ...
1
vote
0answers
40 views
How to integrate Tomcat and Apache Apollo?
In my application, I have Apache Apollo messages sent from the client to the server, and vice versa, but Apollo server default Web server is Jetty, I can not find how to integrate Tomcat and Apache ...
0
votes
1answer
49 views
How to set ActiveMQ to stop accepting messages?
I want to know that in ActiveMQ is there any property with which user can restrict ActiveMQ to not accept the messages in an Input Queue after a certain threshold is reached ?
So far i am able to ...
0
votes
3answers
42 views
ActiveMQ starts to fail in Fuse Jboss when a feature is deployed
Im having a problem when I deploy a feature. The feature contains three bundles, and Karaf deploys well these bundles, but when they are deployed ActiveMQ starts to having problems.
The deployed ...
0
votes
1answer
41 views
JMS Broker Options for CloudBees?
Does CloudBees offer any JMS hosting or any 3rd party JMS hosting (like IronMQ)? After perusing their Partner Ecosystem pages and developers docs, I don't see anything of the sort. I'd like to deploy ...
0
votes
1answer
42 views
How to stop ActiveMQ 's 'Queue' to stop receiving messages
Is it possible to stop a specific Queue of ActiveMQ after it has consumed say 100 messages for 5sec and after 5sec again it will restart and start receiving messages ?
0
votes
1answer
24 views
how can the broker get the message from jdbc persistent storage?
I want to ask feasibility about actimvemq's configuration.
I have to guarantee four contidions.
1) Each producer, consumer and broker in one server are loaded on same one jvm.
2) Each producer in ...
1
vote
1answer
27 views
ActiveMQ Mirrored Queues on separate brokers
Is it possible to set up mirrored queues on different broker instances, residing on different machines? If so, how?
If not, what component(s) might I need to subclass/override to do something ...
0
votes
1answer
65 views
Asynchronous send to a queue using Spring Jms issue
I have a requirement when I need to write asynchronously to a queue in activemq. I am using Spring Jms to do it. This is the wiring in my spring context file
<bean ...
0
votes
0answers
39 views
Grails and ActiveMQ: How to manage connections for DefaultMessageListenerContainer
I'm looking for an alternative to the plugin approach (jms and/or the camel routing plugin) to consuming ActiveMQ from Grails. So far so good, but I'm not able to find any good solutions for managing ...
0
votes
0answers
18 views
Need context Params for Provider URL in Richfaces push
I need to combine JMS(ActiveMQ) with Richfaces Push. I am unaware how to provide the PROVIDER URL through Context param in web.xml. I could find how to override the default value of context factory, ...
0
votes
1answer
26 views
Working around JMS MessageConsumer.receive(long) not returning within the timeout
MessageConsumer.receive(long) allows specifying a timeout on the receive.
However, I have found that if you make the producer go away (e.g. by killing the process), the receive on the consumer ...
1
vote
0answers
16 views
Using ActiveMQ fileQueueCursor and the temp store without enabling persistence
I'm using ActiveMQ 5.7.0 and want the fileQueueCursor to spill into the temp store if the queue destination reaches a certain memory threshold. I don't want to enable persistence.
I've configured a ...
2
votes
0answers
22 views
Camel route “to” specific websocket endpoint
I have some camel routes with mina sockets and jetty websockets. I am able to broadcast a message to all the clients connected to the websocket but how do i send a message to a specific endpoint. How ...
-1
votes
0answers
62 views
Spring JMS javax.jms.JMSException: Unknown data type: 47 [closed]
I am using Spring version 3 with ActiveMQ 5.8.0 for sending JMS messages. I receive the following Exception when sending a message:
org.springframework.jms.UncategorizedJmsException: Uncategorized ...
0
votes
0answers
24 views
Ajax using ActiveMQ: Any limitations?
It is regarding this old Ajax using ActiveMQ technique.
I know people have tried this but I would like to know about its limitations from someone who has really used it in a large-scale application
...
0
votes
0answers
24 views
topic in rabbitmq and activemq
all,
Background: now client produces many messages of different labels.Consumers may subscribe some labels of them(different consumer need different labels's msgs).
Now method: I used direct ...
0
votes
0answers
23 views
ActiveMQ Master/Slave: override the database locked delay
I'm using a "Shared File System Master Slave" setup as documented here: http://activemq.apache.org/shared-file-system-master-slave.html
When I start the slave broker, I get an INFO log indicating the ...
0
votes
0answers
32 views
Configuring activemq client for using ssl for encryption only
I was wondering if I can set an activemq broker with a ssl connection with the sole purpose of encryption (similar to HTTPS considering that the client does not check the certificate).
In that sense, ...
0
votes
0answers
24 views
Apache camel - Multiple inbound endpoints, different error handling
We have a camel-route and some error handling challenges.
There are two inbound endpoints, one cxf-webservice, one activeMQ.
Both endpoints are routed to the same direct:endpoint for processing ...
0
votes
0answers
11 views
Resource Adapters waiting for system variable to set before getting deployed. Is it a feature?
We are using JBoss 7.1.1 with activemq and have configure activemq using resource adaptor as explained here
In ra.xml I am using configuration propery ${BROKER_URL} which we set from code
...
0
votes
0answers
22 views
Unable to connect to 2 different ActiveMQ instances from a given GlassFish instance
Problem:
Can't connect to 2 different ActiveMQs from same GlassFish
Versions:
GlassFish - 3.1.2.4
active-mq.rar - 5.6.0 and 5.7.0
Java - 1.6.0_39
Ping succeeds from the GlassFish connector ...
0
votes
1answer
55 views
How to send soap messages asynchronously from java
The business situation is that we want our application to notify a third party every once in a while on the occurrence of a certain event in our application, sending them some data. We could say that ...
0
votes
1answer
52 views
ActiveMQ with Apache Karaf 2.3.1
I have ActiveMQ 5.8.0 and Karaf 2.3.1 running separately.
What I did in Karaf was: (have all other: spring, cxf, camel already installed)
features:addUrl ...
0
votes
1answer
35 views
Clear existing messages in activemq queue, just after starting application using activemq-cpp
I have an application which is acting as a consumer for a queue in activemq. This application is written on c++ and using activemq-cpp to get the services of activemq.
I want to achieve is when my ...
1
vote
1answer
73 views
ActiveMQ:'channel inactive for too long' exceptions stop broker messaging
My system has the following parts:
ActiveMQ broker exposed on tcp, port 61616
3 Grails/Spring wars that live in their own Tomcat servers, they publish and consume messages to the JMS broker
n times ...
0
votes
1answer
24 views
Configuring ActiveMQ transport
I have an ActiveMQ JMS broker exposed with the default openwire TCP transport on port 61616.
I have numerous remote clients that with to bind to this broker to listen for their messages.
If I want ...
0
votes
0answers
57 views
“Aggregate” Messages from two Queues in ActiveMQ
I need to implement a Coordination Problem in JMS:
-) There is a limited number of tables
-) Groups are coming to the Pizzeria and wait for a Waiter to seat them at a Table
-) There can be multiple ...
0
votes
0answers
15 views
Rate-limiting ActiveMQ client polling
We have an ActiveMQ instance set up with about 300 consumers reading from persistent queues. These consumers are outside our network, so we're using the HTTP tunneling feature to communicate with the ...



