Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
440b097a
Commit
440b097a
authored
Oct 12, 2020
by
Sonja Happ
Browse files
AMQP: add more debugging output
parent
3dcab49b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
amqp/amqpclient.go
View file @
440b097a
...
...
@@ -225,6 +225,8 @@ func StartAMQP(AMQPurl string, api *gin.RouterGroup) error {
func
processMessage
(
message
amqp
.
Delivery
)
{
log
.
Println
(
"Processing AMQP message: "
,
message
.
Body
)
var
payload
ICUpdate
err
:=
json
.
Unmarshal
(
message
.
Body
,
&
payload
)
if
err
!=
nil
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment