sunghun
sunghun

Reputation: 1424

How to send message using tcp/ip ActiveMQ

I am looking for a example ActiveMQ using TCP/IP to send and receive messages. I have tried but I could not get one. I think ActiveMQ documentation is neither clear nor enough. Would you please let me know one? Your answer would be appreciated.

Upvotes: 1

Views: 1837

Answers (1)

paulsm4
paulsm4

Reputation: 121619

ActiveMQ IS TCP/IP.

Suggestion: try some of the examples that come with your installation:

Pick one example that's closest to how you actually want to use ActiveMQ, and feel free to post back with questions about some specific thing you're trying.

Besides the Apache documentation, this link might also help:

Upvotes: 1

Related Questions