We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug amqp gateway does not listen for events as it seems to be missing the line:
go ce.listenEvents(t, config)
in StartConfig method of start.go
To Reproduce deploy the amqp example in version 0.6
Expected behavior submitting a message to the amqp exchange should trigger sensor
The text was updated successfully, but these errors were encountered:
#148
Sorry, something went wrong.
can you try v0.7?
Yes, I will try v0.7 when I get a chance (hopefully in a day or two).
Tried v0.7 and amqp gateway triggers events now. thx.
No branches or pull requests
Describe the bug
amqp gateway does not listen for events as it seems to be missing the line:
in StartConfig method of start.go
To Reproduce
deploy the amqp example in version 0.6
Expected behavior
submitting a message to the amqp exchange should trigger sensor
The text was updated successfully, but these errors were encountered: