Skip to content

Commit 7fe07c6

Browse files
authored
Merge pull request #70 from getlarge/69-fixamp-transport-handle-invalid-json-payload-in-amqp-server-consumer
fix: handle invalid JSON payload and missing pattern in AMQP Server
2 parents 7f62203 + 077a2d2 commit 7fe07c6

File tree

6 files changed

+4117
-2577
lines changed

6 files changed

+4117
-2577
lines changed

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
services:
4242
rabbitmq:
43-
image: rabbitmq:3.9-management-alpine
43+
image: rabbitmq:3.12-management-alpine
4444
options: >-
4545
--health-cmd "rabbitmq-diagnostics status"
4646
--health-interval 10s

0 commit comments

Comments
 (0)