83
Views
4
Comments
[RabbitMQ Test] Example Data to Connet Rabbit MQ
Question
rabbitmq-test
Web icon
Forge asset by André Vieira

I cannot connect to the RabbitMQ Server

when Connect the RabbitMQ Server but receiving the "None of the specified endpoints were reachable"


2020-03-02 11-34-18
Rodrigo Ferreira

Jirayuphon Charoengate wrote:

I cannot connect to the RabbitMQ Server

when Connect the RabbitMQ Server but receiving the "None of the specified endpoints were reachable"


Hi Jirayuphon,

You can login here (https://www.cloudamqp.com/) and create your instance. Then create queue using RabbitMQ Management. After that you just need to put your data you want to connect.

Best Regards,

Rodrigo 


2018-06-01 07-42-40
Jirayuphon Charoengate

Rodrigo Ferreira wrote:

Jirayuphon Charoengate wrote:

I cannot connect to the RabbitMQ Server

when Connect the RabbitMQ Server but receiving the "None of the specified endpoints were reachable"


Hi Jirayuphon,

You can login here (https://www.cloudamqp.com/) and create your instance. Then create queue using RabbitMQ Management. After that you just need to put your data you want to connect.

Best Regards,

Rodrigo 


Thank you


2018-06-01 07-42-40
Jirayuphon Charoengate

Now i can connected to Rabbit MQ Server 

but i want to retrieve data by criteria (look like as the POST method in REST WebService)

how to do that?

2020-03-02 11-34-18
Rodrigo Ferreira

Jirayuphon Charoengate wrote:

Now i can connected to Rabbit MQ Server 

but i want to retrieve data by criteria (look like as the POST method in REST WebService)

how to do that?

Hi Jirayuphon,

You should check out Send and Receive actions.

Note that this actions send and receive and Object. So you shoud use ToObject() built-in function, serialize on send and decerialize on receive.

Then you can build your own logic.

Best Regards,

Rodrigo

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.