Skip to content
New issue

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

AMQP Protocol Adapter #643

Closed
Alfusainey opened this issue Jun 6, 2018 · 8 comments
Closed

AMQP Protocol Adapter #643

Alfusainey opened this issue Jun 6, 2018 · 8 comments
Assignees
Milestone

Comments

@Alfusainey
Copy link
Contributor

This is a container issue for the AMQP protocol adapter. All PRs for the adapter will reference this issue

Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 9, 2018
…s client devices using a ProtonClient. Remove modifications made to the example deployment and incorporates the comments provided by Kai in the pull request.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 9, 2018
…vious PR.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>

Conflicts:
	adapters/amqp-vertx/src/main/java/org/eclipse/hono/adapter/amqp/AmqpContext.java
	adapters/amqp-vertx/src/main/java/org/eclipse/hono/adapter/amqp/Config.java
	adapters/amqp-vertx/src/main/java/org/eclipse/hono/adapter/amqp/VertxBasedAmqpProtocolAdapter.java
	adapters/amqp-vertx/src/main/resources/logback-spring.xml
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 9, 2018
…vious PR.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>

Conflicts:
	adapters/amqp-vertx/src/main/java/org/eclipse/hono/adapter/amqp/AmqpContext.java
	adapters/amqp-vertx/src/main/java/org/eclipse/hono/adapter/amqp/Config.java
	adapters/amqp-vertx/src/main/java/org/eclipse/hono/adapter/amqp/VertxBasedAmqpProtocolAdapter.java
	adapters/amqp-vertx/src/main/resources/logback-spring.xml
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 9, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 9, 2018
…s client devices using a ProtonClient. Remove modifications made to the example deployment and incorporates the comments provided by Kai in the pull request.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 11, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 11, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 11, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 13, 2018
…releasing/rejecting dispositions

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 13, 2018
…releasing/rejecting dispositions

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 13, 2018
…releasing/rejecting dispositions

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 13, 2018
…unauthenticated devices publish telemetry and events to Hono.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 14, 2018
…nticated devices)

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Jun 14, 2018
…ted devices publish telemetry and events to Hono.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
@sophokles73 sophokles73 added this to the 0.7 milestone Jun 14, 2018
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 14, 2018
…nticated devices)

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 14, 2018
…ne 14th

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 14, 2018
…ne 14th

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
@Alfusainey
Copy link
Contributor Author

@sophokles73: i just want to follow-up on your previous comment regarding integration tests.
what do you think about adding the integration test for the amqp adapter (unauthenticated devices) before moving to the next step? like this i can have an initial test setup in the tests module before moving further. WDYT?

@sophokles73
Copy link
Contributor

Absolutely. Having an initial integration test that you can extend with additional test cases makes total sense to me.

Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 15, 2018
…nticated devices)

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Jun 15, 2018
…ices)

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 20, 2018
…vices)

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 22, 2018
…vices)

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 22, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 22, 2018
… the adapter was enabled/disabled for a tenant. The adapter name should have been used instead.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 24, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Jun 25, 2018
… the adapter was enabled/disabled for a tenant. The adapter name should have been used instead.

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 3, 2018
…adapter

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 4, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 4, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 4, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 4, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 4, 2018
…ty username and password (used by unauthenticated clients).

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 5, 2018
Signed-off-by: Kai Hudalla <kai.hudalla@bosch-si.com>
sophokles73 pushed a commit that referenced this issue Aug 5, 2018
Signed-off-by: Kai Hudalla <kai.hudalla@bosch-si.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 5, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 5, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 5, 2018
…ty username and password (used by unauthenticated clients).

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 5, 2018
…and password (used by unauthenticated clients).

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 5, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 8, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 8, 2018
AMQP adapter is now included in example deployment  scripts for
* Docker Swarm and
* Kubernetes

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 11, 2018
…ation

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 11, 2018
…no Website

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 11, 2018
…no Website

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 13, 2018
…ation

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 13, 2018
…no Website

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 13, 2018
…ation

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 13, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 14, 2018
…no Website

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
Alfusainey added a commit to Alfusainey/hono that referenced this issue Aug 14, 2018
…no Website

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 14, 2018
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
sophokles73 pushed a commit that referenced this issue Aug 14, 2018
Signed-off-by: Kai Hudalla <kai.hudalla@bosch-si.com>
@sophokles73
Copy link
Contributor

fixed in f502009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants