• Unable to suscribe to JMS using stomp-jms.topic.testTopic creating subscription with filter null: java.lang.Exception: trace

    Hi,   I am trying to connect JBOSS hornet Q using below c# code.Although I am able to write on queues using c# but unable subscribe queues.   Uri connecturi = new Uri("stomp:tcp://localhost:61613");   ...
    Profile Photo
    last modified by mick2004
  • Is it possible to consume mapmessage created in java and getting consumed in c# using apache.nms over Jboss hornet Q

    Hello Tabish,     Please let me know if it is possible to consume mapmessage created in java and getting consumed in c# using apache.nms over Jboss hornet Q.I am able to get the text messages from JBOSS Hor...
    Profile Photo
    last modified by mick2004
  • Unable to get HornetQ mapmessage using apache.nms in c#(able to get text messages correctly)

    Hello Folks,   I am trying to connect to hornetq and get use apache.nms to retrieve all the messages.With help of Yong Hao Gao from jboss team am able to get the text messages working but stil unable to get map...
    Profile Photo
    last modified by mick2004
  • Using the HornetQ standalone server

    I downloaded the 2.5.0 source, and built it by cd'ing to the hornetq-master directory and running mvn clean install (I've also tried mvn clean package). The build reported a success.   According to the 2.4.0 ma...
    Profile Photo
    last modified by joel.triemstra
  • Client connections to clusters with message grouping

    Hi   I have a question about the consumption of grouped messages from a cluster.  We have a cluster of HornetQ nodes and we require the consumer to connect to the cluster and retrieve all messages that matc...
    Profile Photo
    last modified by andrew_h
  • No communication after SSL handshake - HTTPS over JMS

    I've been trying to setup my JMS connection to use HTTPS running on Wildfly 8.2. My server configuration and client application are identical to the instructions specified in the recent post https://developer.jboss.or...
    Profile Photo
    last modified by tenble
  • Wildfly: HornetQ Clustering, nodes doesnt recieve messages (or nodes are idle)

    We are using messaging:2.0 (HornetQ) for our project and see an issue related to HornetQ clustering,   Env: 2 nodes env and each node is in different Machines. i.e. Node-A in Machine-A and another node called N...
    Profile Photo
    last modified by nunnakirankumar
  • Unable to get listener - HornetQ with .net

    Hi all, We  are doing some POC for Connecting HornetQ with .net platform, and we are able to send messages to the Queue. But currently we are not receiving the message back from queue. Can any one help us with s...
    Profile Photo
    last modified by nidheeshk
  • HornetQ deprecated from Wildfly 10 - why?

    Evening all,   I learned to my amazement this morning that HornetQ is to be deprecated from Wildfly 10, in favour of ActiveMQ.  It is confirmed in this Task on the Wildfly JIRA board: https://issues.jboss.o...
    Profile Photo
    last modified by angusmca
  • Will a subscription acknowledge back after it consumes a message? If so, will the message disappear only when all the subscriptions acknowledge back?

    In hornetQ topic,   Will a subscription acknowledge back after it consumes a message? If so, will the message disappear only after all the subscriptions acknowledge back?   I didn't find the answers in t...
    Profile Photo
    created by zy66543
  • Can hornetq support using glusterfs as shared store on linux?

    Issues Is GlusterFS supported as a shared file store for HornetQ? Is HornetQ supported with GlusterFS?     Environment OS: RHEL 6.6 HornetQ: 2.2.5 Share store: glusterfs    
    Profile Photo
    last modified by dengyong
  • Is there a way to configure a topic to use a specific queue?

    Hi,   I am so new to hornetQ. Forgive me if the question sounds like so stupid.   1. Whether a topic is using a queue behind the scenes? 2. Do different topics use different queues by default? 3. Is ther...
    Profile Photo
    last modified by zy66543
  • Send message to specific durable subscriber

    I've got a topic with 8 durable subscriptions. Is it possible to send a message to just one specific subscriber?
    Profile Photo
    last modified by bcremers
  • Does JMS HornetQ Server close a blocking REST API call after 20 secs when there's no message to write on a topic ?

    We have a JBOSS AS 7 server + hornetQ as our server. We do have an application running in that environment. Our client is a .NET client. The client will create a http request (msg consume next) periodically.   ...
    Profile Photo
    last modified by zy66543
  • HornetQ clustering, all nodes process message

    Hi,   I am using Wildfly and the embedded HornetQ. My plan is to cluster the HornetQ servers and I was wondering if the following is possible, and if not, is there an alternative solution?   Say i have two...
    Profile Photo
    last modified by craigmjones96
  • HQ224037: cluster connection Failed to handle message

    We are seeing the below error in HornetQ Cluster configurations.   2015-06-25 07:11:45,425 ERROR (Thread-0 (HornetQ-client-global-threads-1606034117)) [org.hornetq.core.server] HQ224037: cluster connection Faile...
    Profile Photo
    last modified by nunnakirankumar
  • HornetQ Failback does not always work

    Hi there,   I use hornetq-2.4.0.Final (2.5.0.SNAPSHOT) and I setup 3 servers instance0 as live instance1 as backup instance2 as backup I want always instance0 as live when it runs, thus <allow-failback>...
    Profile Photo
    last modified by realkobe
  • jgroups-channel for messaging communication

    Hi all! We are planning to use a static list of servers for messaging, inherited from JGroups. I have seen that you have to provide the jgroups stack and jgroups-channel attribute in the broadcast and discovery group...
    Profile Photo
    last modified by developer251
  • Silent HornetQ Failover with 1 Live and 2 Backup

    Hi there,   I want to start 1 live and 2 backup HornetQ server with a silent failover for the client. Unfortunately I don't get a connection to the backup server that went live. Probably I did a misconfiguration...
    Profile Photo
    last modified by realkobe
  • LoadBalancing messages using the same connection

    Hi all! I'm trying to balance messages to a cluster of EAP 6 full-ha nodes (remote://host1:4447,remote://host2:4447). Since the sender of messages is an external system (Weblogic messaging bridge) -which I guess reus...
    Profile Photo
    last modified by mylos78