Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6187207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:01:16+00:00 2026-05-24T02:01:16+00:00

I’m trying to use ActiveMQ-CPP with HornetQ. I’m using the ActiveMQ-CPP bundled example, but

  • 0

I’m trying to use ActiveMQ-CPP with HornetQ. I’m using the ActiveMQ-CPP bundled example, but I’m having a hard time with it.
The producer works like a charm, but the consumer gives me the following message:

* BEGIN SERVER-SIDE STACK TRACE
Message: Queue /queue/exampleQueue does not exist
Exception Class
END SERVER-SIDE STACK TRACE *

FILE: activemq/core/ActiveMQConnection.cpp, LINE: 768
FILE: activemq/core/ActiveMQConnection.cpp, LINE: 774
FILE: activemq/core/ActiveMQSession.cpp, LINE: 350
FILE: activemq/core/ActiveMQSession.cpp, LINE: 281
Time to completion = 0.161 seconds.

The problem is that the queue exists. The code works all right with ActiveMQ+Openwire, but I’m not having the same luck with HornetQ+STOMP.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T02:01:17+00:00Added an answer on May 24, 2026 at 2:01 am

    Try to set the same Queue’s address you defined on Hornetq as the destination.

    Probably your queue is defined on HornetQ like this

     <queue name="exampleQueue">
         <address>jms.queue.exampleQueue</address>
     </queue>
    

    So, try to connect to this address via STOMP.

    See the following frames according to the protocol:

    Subscribing to the queue

    SUBSCRIBE
    destination:jms.queue.exampleQueue
    
    ^@
    

    Sending a message

    SEND
    destination:jms.queue.exampleQueue
    
    it works
    ^@
    

    As soon as the message is sent, you’ll get the message on the session you subscribed to the queue

    MESSAGE
    timestamp:1311355464983
    redelivered:false
    expires:0
    subscription:subscription/jms.queue.exampleQueue
    priority:0
    message-id:523
    destination:jms.queue.exampleQueue
    
    it works
    

    — EDIT

    There’s one point left I would like to add…

    HornetQ doesn’t conform to STOMP’s naming standarts (see http://community.jboss.org/message/594176 ), so there’s a possibility that the activemq-cpp follows the behavior of ativemq-nms, which “normalize” queue’s name to the STOMP standart: “/queue/YourQueue” (and causes naming issues).

    So, if that’s the case, even if you try to change your destination name to ‘jms.queue.exampleQueue’, activemq-cpp could normalize it to ‘/queue/jms.queue.exampleQueue’.

    In NMS+HornetQ, there’s no “out of the box” way of avoiding this. The only choice is to edit NMS’s source code and remove the part which normalize queue’s names. Maybe it’s the same way out on activemq-cpp.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
We're building an app, our first using Rails 3, and we're having to build
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
Basically, what I'm trying to create is a page of div tags, each has
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
Seemingly simple, but I cannot find anything relevant on the web. What is the
I have a French site that I want to parse, but am running into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.