Home > Enterprise >  Is there any way to convert the HTTP request for it/JMS message
Is there any way to convert the HTTP request for it/JMS message

Time:09-17

Docking and external system, the other is called with the HTTP message over
For performance and robustness consideration, hope to put the HTTP body in the RabbitMQ (or, Kafka, etc.), and then handled by multiple subscribers

One way is to write a simple spring web project, then intercept all requests to MQ

Or directly write library can also automatically
  • Related