JMS Topic vs Queues

I was wondering what is the difference between a JMS Queue and JMS Topic. ActiveMQ page says Topics In JMS a Topic implements publish and subscribe semantics. When you publish a message it goes to all the subscribers who are interested – so zero to many subscribers will receive a copy of the message. Only … Read more

How to import an existing X.509 certificate and private key in Java keystore to use in SSL?

I have this in an ActiveMQ config: <sslContext> <sslContext keyStore=”file:/home/alex/work/amq/broker.ks” keyStorePassword=”password” trustStore=”file:${activemq.base}/conf/broker.ts” trustStorePassword=”password”/> </sslContext> I have a pair of X.509 cert and a key file. How do I import those two in order to use them in SSL and SSL+stomp connectors? All examples I could google always generate the key themselves, but I already have … Read more

ActiveMQ or RabbitMQ or ZeroMQ or [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more