You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Ramsub <ra...@cisco.com> on 2007/09/18 03:54:18 UTC

Restrict access from other hosts

Hi,

I'm running an embedded broker which listens to vm: and tcp://localhost
urls. There are java and c++ clients running in the box and they exchange
messages to each other. I would like only these clients send/receive
messages. Any other clients outside the box, should NOT be able to send
messages to our components. Can the broker restrict the access to clients
within the box and reject others?

I tried this with the example consumer/producer programs that come with
activemq release and that doesn't seem to help. I run a consumer in host1,
which listens on tcp://localhost:61616 and run a producer in host2 and am
able to send/receive messages from host2/host1. Is there a configuration or
such using which I can restrict the access only to the local host(here
host1)?

Thanks,

-Rama 
-- 
View this message in context: http://www.nabble.com/Restrict-access-from-other-hosts-tf4471165s2354.html#a12748562
Sent from the ActiveMQ - User mailing list archive at Nabble.com.