HornetQ is an open source asynchronous messaging project from JBoss.
1
vote
0answers
21 views
jboss AS 7 clusterring connect master slave with jms queue
I use jboss 7 and I want to implement the following configuration.
I want to have a master node that produces messages and place them into a queue. In the domain there will be slaves which will ...
1
vote
1answer
26 views
Setting the HornetQ Embedded-Remote Example
I am having some troubles setting the example in the hornetq-2.3.0.Final jar under the core folder named Embedded-Remote, I am trying to run the example in a "remote enviroment" using for this two ...
1
vote
1answer
20 views
HornetQ clustering topologies
I understand that in HornetQ you can do live-backup pairs type of clustering. I also noticed from the documentation that you can do load balancing between two or more nodes in a cluster. Are those the ...
0
votes
1answer
29 views
Embedding HornetQ 2.2.14 with Jboss-5.1.0.GA
I have successfully embedded HornetQ 2.2.14 with JBoss-5.1.0.GA by following this link http://docs.jboss.org/hornetq/2.2.2.Final/quickstart-guide/en/html_single/#installation.jboss.as5.
but I am ...
1
vote
1answer
39 views
ThreadPoolExecutor clean up when a thread dies
I have a ThreadPoolExecutor that runs a few core and a certain max number of threads.
The task that is run creates HornetQ (standalone) connections for each thread and keeps them alive while the ...
0
votes
1answer
32 views
jmsMessage.setJMSMessageID(…) not working? (How to set customised messageID to JMS message ?)
I want to set jms messageId in sequence 1,2,3.... while sending a Jms Message in HornetQ. But when ever I tried to set my customised MessageID to JMS message at the consumer end MessageID of same JMS ...
1
vote
1answer
41 views
HornetQ Topic to Topic bridge dropping messages
I'm having troubles setting up a topic bridge in HornetQ (related to earlier question). The idea is this:
A notification gets posted to a topic on HornetQ server A
This notification gets sent to a ...
1
vote
2answers
41 views
hornetq can't start, error: NATIVE_ERROR_CANT_OPEN_CLOSE_FILE
all. I am trying to start using a torquebox application server (JBoss AS7) and everything seems to be ok, except the messaging subsystem. At first I thought it was an error with my torquebox setup, ...
0
votes
1answer
25 views
Setting JMS filter (Range filter)
**I am setting JMS filter in Producer side i.e jmsMessage.setObjectProperty("FILTER",filterId1) ...
so this is one to one relationship . i.e. key FILTER is associated with only one value i.e ...
0
votes
1answer
39 views
Message counter with jms Hornetq
I want to know the number of messages currently in the jms hornetq, but I only want to turn the counter on for a single JMS queue. I do not want to waste the disk space for all the queue's I have. ...
0
votes
1answer
38 views
Is a hornetq cluster designed to cope with loosing 1 or more nodes?
I know there's HornetQ HA with Master/Backup setups. But I would like to run HornetQ in a non-master setup and handle duplicate messages myself.
The cluster setup looks perfect for this, but nowhere ...
1
vote
1answer
19 views
What's the overhead of forward-when-no-consumers in Hornetq?
Motivation: I am trying to settle a design for my HornetQ messaging system and I want to avoid setups which would introduce lots of additional network roundtrips between cluster nodes and possible ...
0
votes
3answers
61 views
HornetQ throughput limited to 4000 TPS without persistence
I am using HornetQ embedded in JBoss 6.1 application server.
My applications (a client app, producing messages, and JBoss app consuming them) cannot handle more than 4000 TPS on a server while the CPU ...
0
votes
0answers
54 views
Getting ClientSessionFactory for HornetQ using InVMConnectorFactory
I am trying to run one of the samples provided in HornetQ 2.14 Final User manual. Below is the java code I am executing in a Servlet (Client and Server both are in same VM)....
...
0
votes
1answer
43 views
Running websocket server with stomp
I have torquebox installed in my jruby on Rails application. And I am experimenting with using stomp + websockets. But I can't tell if the websocket server is even running? I am booting up torquebox ...
0
votes
1answer
65 views
in the hornetq, the consumer is automatically invoked?
I looked over all of examples in the hornetq, but I couldn't find the example that the consumer is automactically invoked whenever the message comess through the producer.
Please let me know about ...
1
vote
0answers
40 views
Using Torquebox to send messages to the browser
So our team has recently implemented torquebox into our jruby on rails applications. The purpose of this was to be able to receive queue/topic messages from an outside source which is streaming live ...
-1
votes
1answer
32 views
How can I run the example of hornetq, hierachical project with Eclipse?
I'm stucked on running the clustered-queue..
the project is hierachical project, depth is 3.
how can I run this example in eclipse.
please let me know in detail.
Thanks very much..
(root) --> ...
0
votes
2answers
40 views
How can I build HornetQ from source?
I'm not new to maven. but I don't know why my maven use 1.1.1 version of maven-plugin, hornet-maven-plugin. the reason I say about the version is that the repository doesn't have the version. So I ...
0
votes
1answer
42 views
HornetQ JMS Topic To Topic Bridge
I'm trying to set up a bridge between two topics. The idea is this:
A notification gets posted to a topic on HornetQ server A
This notification gets sent to a topic on HornetQ server B (over a
...
0
votes
1answer
17 views
Controlling the rate of messages consumption in HornetQ
We want to control the rate at which a consumer can consume messages in HornetQ.
The problem is that when we use the ServerLocator.setConsumerMaxRate(int) method, we get always 1 message per second, ...
1
vote
1answer
38 views
Using LDAP with HornetQ
HornetQs default SecurityManager (HornetQSecurityManagerImpl) will check users/roles that are stored in the hornetq-users.xml. I want use LDAP for authenticating users; I have two ways:
Using Jass, ...
1
vote
1answer
31 views
setting max-size-bytes and address-full-policy in HornetQClient
We're using HornetQ core API in order to create ServerLocator from HornetQClient. the ServerLocator is used to create the queues.
here's the code:
TransportConfiguration connectorConfig = new ...
0
votes
0answers
142 views
Cannot Connect to HornetQ Connection Factory in JBoss 5 with Spring 3
Locally, my application connects fine to the built in netty ConnectionFactory and I have no problems on start up or sending topic messages. My local box is stand-alone JBoss 5.1 and stand-alone ...
0
votes
1answer
110 views
JBoss EAP6 + HornetQ - Unsure how to create a queue connection to HornetQ
I built a Spring JMS solution that was built against JBoss 7.1.1 and an external HornetQ implementation 2.2.1.4. This connected and worked successfully.
However I am now using EAP6, and am attempting ...
0
votes
0answers
50 views
How to check clientID property value of @ActivationConfigProperty
I have a MDB which is deployed in a clustered environment {JBoss as AS, HornetQ as MOM}. Below is the code :
@MessageDriven(mappedName = "java:jboss/queue/ClusterEventTopic", activationConfig = {
...
1
vote
1answer
74 views
ActiveMQ to HornetQ causes exception
I'm trying to send a JMS message using ActiveMQ to a server using HornetQ, and am having some difficulty. I would think that's a perfectly reasonable thing to do so I suspect there's some sort of ...
0
votes
1answer
87 views
Monitor HornetQ
I'm developing a server which uses HornetQ for messaging. I was wondering if there's a utility (whether it a stand alone app or IDE integrated tool) that can I use in to monitor the queue content in ...
0
votes
1answer
68 views
HornetQ message redelivery with useExponentialBackOff
In ActiveMQ it is possible to set useExponentialBackOff in redelivery policy which would exponentially increase the delay every time the message consumption fails. How to achieve that in HornetQ?
Is ...
1
vote
1answer
55 views
hornetq delayed redelivery for message group
I want to somehow delay messages for the whole message group.
The thing is that all messages belonging to each message group must be processed in the same order they were posted, sequentially. If one ...
0
votes
1answer
145 views
HornetQ (Live & Backup Server setup)
Thanks in advance, please help me out is solving the error:
HornetQ Ver 2.2.14 Final
Live Server is getting started without any problem.
I am able to shift from (Live Sever to Backup Server) and ...
0
votes
1answer
47 views
JBoss6 MDB failing to deploy but deploys fine in JBoss4.0.4
I'm trying to deploy a jar that I have in my JBoss-4.0.4.GA environment to a JBoss-6.0.0.Final environment. I have hit an issue that I'm not sure about. I am getting this error when starting JBoss:
...
1
vote
1answer
72 views
Any tutorial, example or experience about using XA Transaction?
Any tutorial, example or experience about using XA Transaction with two resources: jms broker (HornetQ) and database (using HibernateDaoSupport)?
I have two scenario (I want transaction rollback, if ...
0
votes
1answer
174 views
JBoss 7 - Could not parse file META-INF/hornetq-jms.xml
I need to configure JMS topic when my web app deploying. I had to use deployment descriptor for this.
hornetq-jms.xml
<?xml version="1.0" encoding="UTF-8"?>
<configuration ...
0
votes
0answers
38 views
HornetQ Not remotely create Connection
Properties prop = new Properties();
prop.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
prop.setProperty("java.naming.provider.url", ...
2
votes
1answer
124 views
Publishing messages on HornetQ using JMeter
I'm developing a project wich is using HornetQ, and I want to publish some messages on it to execute a load test using JMeter. Does anyone here ever tried anything like it?
How can I configure JMeter ...
0
votes
1answer
69 views
What happen if client acknowledgment not done?
I have:
A hornetq-2.2.14-final standalone server
A client application C1 that send messages to queue A
A client application C2 that consume messages from a queue A
C1 use jmstemplate for sending ...
3
votes
2answers
168 views
Is newly created client knows about older messages in hornetq?
I have created session in hornetQ with one consumer, then I have added 4 messages in queue using producer. After this I have created new consumer.Will this consumer knows about older messages?
If no, ...
1
vote
1answer
126 views
How can I programmatically create JMS topics and queues in HornetQ?
How can I programmatically create JMS topics and queues with HornetQ?
4
votes
1answer
178 views
How to determine implemented interfaces for jms connection factories using Spring 3.2.1, Jboss AS7, Aspectj 1.7.1 java 1.7?
We are developing a project in java 1.6 using JBOSS AS7 and we use among others: Aspectj and HornetQ.
We need to upgrade to java 1.7 so we use ASpectj 1.7.1. During the deployment we get the following ...
1
vote
1answer
174 views
ClientSession is closed by HornetQ
we encountered the following exception in HornetQ (with HornetQ 2.2.5 GA with JBoss 4.3.3, with the InVM connector. both the client and the server are on the same machine):
...
1
vote
2answers
52 views
hornetq “listMessagesAsJson” not working
I'm using hornetq for awhile now and it's been ok until recently.
I have a problem like this: i have some messages that are "stuck" in the queue (i am working with in client-acknowledge mode, so the ...
2
votes
1answer
296 views
JBoss EAP6 Connection to external HornetQ Implementation doesn't work, but does with JBoss 7.1.1
I am trialing the JBoss AS EAP6.
However I have system solution that has been implementated using JBoss AS 7.1.1. and an external HornetQ 2.1.14 implementation. This works successfully with JBoss ...
3
votes
2answers
68 views
How to setup HornetQ Demo
I'm trying to recreate the HornetQ examples with my own test projects. However I'm having class loader issues. Obviously I'm missing some dependencies that are not specified in the docs.
The docs ...
3
votes
1answer
136 views
How to upgrade HornetQ version in JBoss 7
I am using jboss-as-7.1.1.Final which has embedded the hornetQ server version 2.2.13.Final. I want to upgrade the version of hornetQ to 2.3.0 CR1. How can i do this?
0
votes
1answer
52 views
How to figure out the pid of HornetQ instance?
I want to write an script (at the end of run.sh file) with the typical start-stop options to start/stop HornetQ standalone server. I want to use the method of writing a pid file when hornetq started ...
1
vote
0answers
17 views
Two or more embedded message system into jboss 4.x
Im trying to migrate from default JbossMQ for Jboss 4.0.5 GA to a embebed HornetQ 2.2.14. I'm wondering if anyone know if is it possible to run the server with more than one message systems embedded?? ...
4
votes
1answer
271 views
JMS/Seam — Exceptions when creating session?
I have a JBoss Seam 2.3 application that is trying to write events to a JMS queue on JBoss AS 7.1. The writes are occurring within a stateless EJB, and use the standard Seam injection mechanism. The ...
0
votes
1answer
294 views
Local XARecoveryModule.xaRecovery got XA exception
Any thoughts on what could be causing this exception:
03:54:34,497 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016027: Local XARecoveryModule.xaRecovery got XA exception ...
0
votes
2answers
239 views
HornetQ Consumers on Linux High CPU Load
We are using HornetQ 2.2.14 on CentOS 6.3. We have been experiencing an issue with high CPU usage in our appservers, and have narrowed it down to our HornetQ Consumers using a profiler.
...