Java RabbitMQ configuration -


i new in using rabbitmq , trying sent 'hello' message on internet,

i implementing example available in rabbitmq website java rabbitmq hello world example, in example use localhost, try change ip address sender , receiver computer explained @ website , put sender code @ machine , receiver code on another, doesn't work.

my questions:
1) rabbitmq works on internet or works on local network?
2) in both cases, how configure each computer , each 1 should have?
3) need install rabbitmq on both machines? or on 1 of them run server?

please if can me in configure them step-by-step, me answer details.

it grant problem. user guest guest ( default rabbitmq ) works in localhost.

please read post: can't access rabbitmq web management interface after fresh install

and this:

rabbitmq 3.3.1 can not login guest/guest

to enable guest guest and/or create new user.

the best practice create user.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -