• HornetQ cluster configuration with persistance disabled on server and non-durable Message Driven Beans

    Is there a limitation in configuring the hornetq HA cluster in wildfly 8.2.0 with following requirements. 1. <persistence-enabled>false</persistence-enabled> in hornetq-server configuration. 2. Non-durab...
    Profile Photo
    last modified by meabhi007
  • Backup recommendations for single HornetQ broker?

    We're planning on running a single HornetQ broker. With this application we don't need failover; we just need backups in case of disaster.   What is the recommended way to backup a single server?   Thanks!
    Profile Photo
    last modified by martin_w_brown
  • Last value queue and delivery delay

    Hi Everyone   Sorry for the silly question, but is there any issue in defining a last value queue and submitting messages with a delivery delay, I mean will this cause any type of conflict?   I have the se...
    Profile Photo
    last modified by marcanthony
  • Problem with HQ119014: Timed out waiting for response when sending packet 30

    Hello,   I have a spring-boot application acting as a HornetQ server and ~10 client applications sending and receiving messages without any problem. But there's one specific client that refuses to connect with ...
    Profile Photo
    last modified by pgrazek
  • How to connect to HornetQ using JConsole?

    Hi,   I have installed HornetQ 2.0.0.GA on a Linux server, and was trying to connect to it using Jconsole. I am unable to do that.   How can we connect HornetQ from our local pc to view?   Thanks. &#...
    Profile Photo
    last modified by cinto_qq
  • paging hornetq

    this is the standalone file messaging part of my jboss 7.1 I don't see here the paging-directory tag . could it be paging is not configured on my server although <address-settings> part is exist ?     ...
    Profile Photo
    last modified by yoav-golan
  • client-failure-check-period

    suppose 30 sec (default client-failure-check-period) the client did not receive any packets from the server as a results of net problems. Will the client now do disconnect of session/connection?   Suppose now I...
    Profile Photo
    created by yoav-golan
  • reconnect-attempts

    if I put <reconnect-attempts>1000</reconnect-attempts> under <connection-factory> tag  under         <subsystem xmlns="urn:jboss:domain:messaging:1.3"&...
    Profile Photo
    created by yoav-golan
  • javax.jms.JMSException: HornetQException[errorType=NOT_CONNECTED message=HQ119006: Channel disconnected]

    Hi , what can be the reason and solution for this error on JBoss 7.1 ?   Detected JMS connection failure, notifying sessions: javax.jms.JMSException: HornetQException[errorType=NOT_CONNECTED message=HQ119006: Cha...
    Profile Photo
    last modified by yoav-golan
  • Remote MDB consumer for a Topic not receiving messages

    I have two EAP applications currently running on the same server but eventually will be running on separate servers.  I am trying to configure a remote JMS topic so that the first application can produce and cons...
    Profile Photo
    last modified by skionsnow
  • Why is Direct ByteBuffer ever increasing on HornetQ server leading to OOM?

    Configuration   I have setup a standalone HornetQ (2.4.7-Final) cluster on Ubuntu 12.04.3 LTS (GNU/Linux 3.8.0-29-generic x86_64). The instance has 16GB of RAM with 2 cores and I have allocated -Xms5G -Xmx10G to...
    Profile Photo
    last modified by tushargargus
  • HornetQ pub sub not working on two wildfly 9.0.2 instances

    Hi All,   I have two wildfly 9.0.2 instances and I want to publish a message from application A, running in instance 1 to application B in instance 1 and application C in instance 2. B and C have the same consu...
    Profile Photo
    last modified by massimiliano.masi
  • Expose WS endpoint through http(https) for SockJS?

    Hello,   I'm researching different messaging possibilities for a future project and am currently working with HornetQ, since our app uses WildFly anyway. One of the concerns we face is the unavailability of webs...
    Profile Photo
    last modified by sobakaa
  • If HornetQ cluster receives messages from more than one node, then Out of Memory exception occurs.

    Hi,   I have a 2 node hornetQ cluster configured through wildfly 8.2.0 standalone deployments. It works fine if one node is broadcasting the message and other node is just listening. As soon as, another source...
    Profile Photo
    last modified by meabhi007
  • Hornetq XA error on wildfly stop

    Hi guys   I've setup postgresql and hornetq to do 2 phrase commit with XA, so far so good. However I see this error when I stop wildfly: 12:28:39,949 INFO  [org.jboss.as.server] (management-handler-thread...
    Profile Photo
    last modified by klchan.kalam
  • HornetQ throws server - HQ224045: Failed to run large message deliverer

    Hi, there! We are using embedded HornetQ version 2.4.1.Final There are a few thousand messages just sitting under largemessages directory. They are not delivered, and I presume because of this exception I found these ...
    Profile Photo
    last modified by igor.polevoy
  • Unable to deploy two wars files of producer and consumer simultaneously with HornetQ and Spring-JMS on jboss-6.3Eap

    Hello, I new in JMS-Hornetq. I have developed two different web projects as producer-web and consumer-web. I trying to deploy both on JBoss server. While deploying both one of the war does not get deployed with error...
    Profile Photo
    last modified by akdhavle
  • Messages on clustered topic occasionally are not received when sent from specific cluster node

    Hello,   i'm using the following scenario: - 2 JBoss7 nodes, each configuring a colocated Hornetq Live/Backup-server pair - A clustered JEE application, deployed on both nodes - Multiple clients, sending some...
    Profile Photo
    last modified by danielnuss
  • unable to connect to HornetQServlet in JBoss 7

    I want to use HornetQServlet in jboss 7. I have configured the following in a clean jboss 7 installation:   $JBOSS_HOME/standalone/configuration/standalone-preview.xml... <connectors>    <netty...
    Profile Photo
    last modified by martin.helwig
  • Problem runing MDB in eap6.1 alpha

    I have an application that runs fine in AS7.1.1   I recently tried to deploy this to eap 6.1 alpha and found I got the following when trying to call a MDB from an EJB   [0m [31m09:31:25,683 ERROR [org.jbo...
    Profile Photo
    last modified by crazycradd