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 627491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:32:05+00:00 2026-05-13T19:32:05+00:00

This question comes from here but can be a totally independent question. I have

  • 0

This question comes from here but can be a totally independent question.

I have a unit test with Spring 2.5.2 and activemq 5.2.0. I create a broker (useJmx is true) using “vm://localhost”, fire a couple of messages to “myTopic1” open a jconsole to this process and I see MBeans under org.apache.activemq -> localhost -> Topic -> ActiveMQ.Advisory.Producer.Queue.myTopic1. This is the advisory topic (when a producer/consumer joins). But I don’t see an MBean dedicated for the myTopic1 itself.

This does not seem to be the case when I run activemq seperately and use my Java program to connect to it. For ex, I downloaded ActiveMQ 5.2.0 altered the activemq.xml to use createConnector=true. I started the activeMQ sent a message to “myTopic1”. I fired jconsole connected to using “localhost:1099” and I saw a JMX Bean under org.apache.activemq -> localhost -> Topic -> myTopic1 (In addition to the Advisory topic). This had attributes to tell me how many messages are fired.

Am I missing something here? Why is JMX beans different from vm://localhost (inbuilt broker creation) to the activemq server started locally ?

  • 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-13T19:32:05+00:00Added an answer on May 13, 2026 at 7:32 pm

    Apparently it was just me. The clue was in the “ActiveMQ.Advisory.Producer.Queue.myTopic1” JMX created above. I was using the following signature,

    jmsTemplate.send("topic1", textMessage);
    

    And now I know that Spring by default sends it to a QUEUE when we use a String destination name. So “topic1” was treated as a queue name (and not a topic). I altered the code as

    Topic topic = //physically look up the topic
    jmsTemplate.send(topic, textMessage);
    

    and it works now.

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

Sidebar

Related Questions

I have a language-agnostic question about an algorithm. This comes from a (probably simple)
I'm not entirely sure how to post this question, but here goes... I have
This question comes from my experience with the following question: https://stackoverflow.com/questions/492748/new-responses-icon-on-so-crashes-ie7-closed In that question,
This question comes on the heels of the question asked here . The email
This question comes close to what I need, but my scenario is slightly different.
Im not sure this is the correct forum for this type of question, but
I hope this question does not come off as broad as it may seem
I know this questions has come up in various guises before, but this is
This question is kind of an add-on to this question In C#, a switch
This question and answer shows how to send a file as a byte array

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.