ActiveMQ Artemis 的 REST API 在哪里?
Where is the REST API for ActiveMQ Artemis?
我们测试 Apache Artemis。我们实际使用 ActiveMQ 5.x
我们从我们的软件向代理发送消息,例如 URI:
localhost:8161/api/message/QueueName
与 POST-Request,但这在 Artemis 中不起作用。我环顾四周,但我没有找到它在 Artemis 中应该如何。
你知道我们怎么做吗?
如 documentation for the REST interface 中所述,默认代理不会部署必要的 HTTP 端点。您需要按照文档中的说明配置和部署 REST 接口。
也就是说,ActiveMQ Artemis 中的 REST 接口与 ActiveMQ 5.x 中的不同。两者不兼容。
我们测试 Apache Artemis。我们实际使用 ActiveMQ 5.x
我们从我们的软件向代理发送消息,例如 URI:
localhost:8161/api/message/QueueName
与 POST-Request,但这在 Artemis 中不起作用。我环顾四周,但我没有找到它在 Artemis 中应该如何。
你知道我们怎么做吗?
如 documentation for the REST interface 中所述,默认代理不会部署必要的 HTTP 端点。您需要按照文档中的说明配置和部署 REST 接口。
也就是说,ActiveMQ Artemis 中的 REST 接口与 ActiveMQ 5.x 中的不同。两者不兼容。