spring-boot-starter-activemq-demo

ProducerController.http 435B

1234567891011121314151617181920212223242526
  1. ### queue
  2. POST http://{{host}}/api/mq/queue/test
  3. Content-Type: application/json
  4. {
  5. "tableName": "queue",
  6. "stamp_start": "2020-11-01 14:58:23",
  7. "stamp_end": "2020-11-01 15:58:23",
  8. "offset": 0,
  9. "limit": 10
  10. }
  11. ### topic
  12. POST http://{{host}}/api/mq/topic/test
  13. Content-Type: application/json
  14. {
  15. "tableName": "topic",
  16. "stamp_start": "2020-11-01 14:58:23",
  17. "stamp_end": "2020-11-01 15:58:23",
  18. "offset": 0,
  19. "limit": 10
  20. }