1. HornetQ OutOfMemory on startup with big journal stackoverflow.comUsing: HornetQ 2.0.0.CR2 Default configurations for the stand-alone/non-clustered server. When I try to startup the server with a big journal (> 1Gb), I got a OutOfMemory exception:
|
2. Java JMS = HornetQ = javax.jms.JMSSecurityException: Unable to validate user: null? stackoverflow.comI am trying for several hours to get the HornetQ Examples running in Eclipse. Using the Standalone Examples everything works fine, but when I run the examples in Eclipse I get ... |
3. What is JVM Bind? stackoverflow.comI tried to run example from HornetQ and I got this error:
Actually this is ... |
4. InstantiationError on HornetQDestination with JBOSS/HornetQ stackoverflow.comWhen trying to connect to a remote JBOSS+HornetQ, we are getting the error in the subject. We can connect to a remote HornetQ on a different machine with no trouble. We ... |
5. force order of messages with HornetQ stackoverflow.comI've setup a jms server with HornetQ as a JMS provider (Queue). I have an application which acts as a producer and another one (different computer) as a consumer. I understand that the ... |
6. Message Count From HornetQ stackoverflow.comI am new to HOrnetQ, I need to get message count from HornetQ running on Jboss6Final. But it shows the following error: ExpiryQueue
|
7. HornetQ Unable to validate user stackoverflow.comI am using jboss AS 6 Final on ubuntu with hornetQ I have created a new Queue on the server named Message Buffer Queue using the admin panel. I get the following error: Unable ... |
8. How to send Message to particular Receiver using JMS Queue stackoverflow.comIs it possible to send message to particular receiver using JMS Queue(HornetQ)? Among so many receivers, I want certain message to be received by receiver which are running on Linux OS. Every suggestion is ... |
9. How to control or manage JMS Queue? Eg. changing message order in Queue, Deleting message etc stackoverflow.comI am using HornetQ with JBoss6 in Linux OS, Can anybody tell me How can we control JMS Queue to delete message or changing the order of the message, Details of MessageConsumers ... |
10. Is there a requirement that jms messages are sent at the end of a commit? stackoverflow.comI have the strange phenomenon that jms messages seem to be sent before the database commit actually happened. Lets say I have a server operation foo() which sends a message to the ... |
11. How to change the port in an embedded HornetQ programmatically stackoverflow.comI want to change the default port in my embedded HornetQ. This works when done in the hornetq-configuration.xml file:
|
12. How to ensure that HornetQ is deployed before any application in JBoss 6? stackoverflow.comWe have an issue, that if you start JBoss 6 with our JEE 6 applications deployed, where one of them uses a JMS Queue, the related MDB won't consume any messages ... |
13. JMS queue with multiple consumers stackoverflow.comI have a JBoss-6 server with HornetQ and a single queue:
There a different consumers (on different machines) connected to this queue, ... |
14. Java WeakReferences = Understandingproblem (with HornetQ JMS Implementation)? stackoverflow.comThe code below does NOT work: Cause: I assume I tracked down the cause to: http://community.jboss.org/thread/150988 => This article says that HornetQ uses Weak References. My Question: Why does the code not run? (I ... |
15. SpecJMS and HornetQ stackoverflow.comI have seen one post about hornetQ. In that they have mentioned about specJMS. I wanted to know that how I can inegrate SpecJMS with HornetQ. I wanted to ... |
16. HornetQ 2.2.5 Embeded Example Exception stackoverflow.comI am new to HornetQ and I am testing hornetQ Examples. I am getting Exception while running the example EmbeddedExample.java(resides in : hornetq-2.2.5.Final\examples\core\embedded\src\org\hornetq\core\example). I had made some change in that example ... |
17. Using HornetQ InVM between multiple apps stackoverflow.comSince HornetQ has the concept of InVM Acceptors and Connectors, is it possible to configure HornetQ Embedded in a way that two different Apps in the same Tomcat instance could send ... |
18. How to view Message list in HornetQ stackoverflow.comWe have limited the number of maxSession to 5 @ActivationConfigProperty(propertyName = "maxSession", propertyValue = "5") If more than 5 concurrent request comes, then it has to wait in the queue. Is there any ... |
19. Any production ready JMS failover (HA) for JBoss 5.1 EAP available? stackoverflow.comWe are using HornetQ as JMS provider in JBoss 5.1 EAP and in general we are quite satisfied with HornetQs performance. HornetQ dropped data replication support in 2.2.2 silently. Now, we have ... |
20. synchronous messaging with STOMP over HornetQ stackoverflow.comI am trying to figure out how to do syncronous messaging using stomp with hornetq, or if its even possible. I have an async stomp client working, but I can't ... |
21. Deployment "JMSServerManager" is in error due to: org.jboss.netty.channel.ChannelException: Failed to bind to: 127.0.0.1:1234 stackoverflow.comI was trying to set Hornetq clustors. I have one server and one backup server. I configured the configuration.xml as they mentioned in the user guide. But I'm not able to ... |
22. Temporary disable delivery of JMS message based on message property stackoverflow.comI have a requirement which I am currently not aware of if it is possible at all. I would like to temporary disable the devliery of a JMS message if the ... |
23. HornetQ JMSException: Failed to create session factory stackoverflow.comI'm trying to Directly instantiating JMS Resources without using JNDI to a REMOTE HORNETQ. I am running my test code in Eclipse IDE. Setup my classpath to use the HornetQ 2.2.5 ... |
24. HornetQ JMS Bridge between two HornetQ servers fails to deliver stackoverflow.com(Edited on 11.11.11, edits at bottom) I have two JBoss AS 6.1 servers running HornetQ (version 2.2.5 AS7) servers. Lets call the other one CLIENT and other one MASTER. CLIENT has a Queue ("sourceQueue"), ... |
25. HornetQ Core API and JMS stackoverflow.comI have few questions regarding HornetQ:
|
26. JMS Connection/ConnectionFactory references with HornetQ stackoverflow.comI'm working on an older application and upgrade it's JMS system from JBoss Messaging to HornetQ, in the process I've run into a few gotchas that seem to be related to ... |