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

[#1761] Add AMQP adapter client. #1765

Merged
merged 7 commits into from Mar 24, 2020

Commits on Mar 23, 2020

  1. [eclipse-hono#1761] Add AMQP adapter client.

    Device (or gateway) clients that connect to the AMQP adapter can be created
    using AmqpAdapterClientFactory. The implementation reopens closed connections
    and restores the receiver link for consuming commands afterward. Sender links
    are cached and removed from the cache when closed so that they are recreated
    the next time they are retrieved from the factory.
    
    Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
    b-abel committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ae075f3 View commit details
    Browse the repository at this point in the history
  2. [eclipse-hono#1761] Fix: Content type is no longer required to send d…

    …ownstream messages.
    
    Having the content type required to send telemetry, event or command responses
    was a copy&paste error. The content type might not always be available.
    + Fix Javadoc around that.
    
    Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
    b-abel committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    5532d91 View commit details
    Browse the repository at this point in the history
  3. [eclipse-hono#1761] Fix: custom application properties no longer over…

    …write required ones.
    
    Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
    b-abel committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b22a2ff View commit details
    Browse the repository at this point in the history
  4. [eclipse-hono#1761] Add tests and documentation for the AMQP Adapter …

    …Client.
    
    Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
    b-abel committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e9d2568 View commit details
    Browse the repository at this point in the history
  5. [eclipse-hono#1761] Add tests, documentation and example for the AMQP…

    … Adapter Client.
    
    Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
    b-abel committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    baaac20 View commit details
    Browse the repository at this point in the history
  6. [eclipse-hono#1761] Requested changes: use constants and helper methods.

    Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
    b-abel committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a89fe00 View commit details
    Browse the repository at this point in the history
  7. [eclipse-hono#1761] Requested changes: remove superfluous Thread.slee…

    …p() from tests.
    
    Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
    b-abel committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    5dcecd4 View commit details
    Browse the repository at this point in the history