question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AMQP Adapter: Implement Command & Control API

See original GitHub issue

This is a container issue for implementing the Command & Control API for the AMQP protocol adapter. All pull requests relating to C&C for the AMQP adapter will reference this issue.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Alfusaineycommented, Aug 29, 2018

No, the device opens a receiver link for that purpose, using an appropriate source address, e.g. control/$tenant/$device/req (where $tenant stands for the device’s real tenant ID).

Cool! This means that to unsubscribe simply means closing the receiver link? If yes, then I think it is not necessary to specify an operation to subscribe and unsubscribe. the opening of the receiver link already indicates that the device is ready to receive commands and the closing of the link indicates that the device can no longer receive commands. Does this make sense to you?

0reactions
Alfusaineycommented, Oct 23, 2018

I would be fine with closing this issue now but still refer to it when you create a new PR for adding the integration tests …

okay, I didn’t know that was possible. I will close it now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Command & Control API Specification for AMQP 1.0 - Eclipse
The Command & Control API is defined by means of AMQP 1.0 message exchanges, i.e. a client needs to connect to Hono using...
Read more >
Use AMQP with the Java Message Service 1.1 API and Azure ...
This article explains how to use Service Bus messaging features from Java applications by using the popular JMS API standard. These messaging ...
Read more >
Eclipse Hono: AMQP 1.0 Protocol Adapter - gists · GitHub
The AMQP 1.0 protocol adapter currently implements the Telemetry and Event APIs to allow clients to publish telemetry respectively events to downstream ...
Read more >
Getting Started | Messaging with RabbitMQ - Spring
This guide walks you through the process of setting up a RabbitMQ AMQP server that publishes and subscribes to messages and creating a...
Read more >
Reply to Hono command on AMQP device - Stack Overflow
In addition to that, the AMQP adapter expects the status property in the command response to be of AMQP 1.0 type int (a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found