Hello
I have been using Qpid, running the Java broker and trying to develop a
little client example. I am running it in Linux.
I have a question about configuring virtual hosts with virtualhosts.xml.
In the virtualhosts.xml provided as an example with Qpid I can see how the
topic exchange "test.topic" is defined:
<exchange>
<type>topic</type>
<name>test.topic</name>
</exchange>
But then if I run Jconsole (with this command: "jconsole
-J-Djavax.net.ssl.trustStore=test-profiles/test_resources/ssl/certstore.jks
-J-Djavax.net.ssl.trustStorePassword=password") and I connect to
"localhost:8999" with username and password "guest", I can see the MBeans
and the exchange "test.topic" appears with type "direct", as you can see
in the attached file.
So... am I doing something wrong? How do I declare a topic exchange other
than "amq.topic" (in virtualhosts.xml, not dynamically)?
And another doubt I have is if I can (or should) use the class
org.apache.qpid.client.TopicSubscriberAdaptor instead of TopicSubscriber.
Now I can't use it because it is not "public".
Thank you very much!!
Regards,
Beatriz Viñal Murciano
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]