You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2019/09/24 13:37:47 UTC

[activemq-nms-amqp] branch master updated (b804eaa -> 15f06c7)

This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git.


    from b804eaa  Merge pull request #37 from HavretGC/do_not_take_lock_on_static_field
     new d5ed2a6  AMQNET-614: Extend logging
     new 15f06c7  Merge pull request #28 from Havret/extend_logging

The 114 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/NMS.AMQP/NmsConnection.cs                      |  6 +-
 src/NMS.AMQP/NmsMessageConsumer.cs                 | 50 +++++++++++-
 src/NMS.AMQP/NmsSession.cs                         | 19 ++++-
 src/NMS.AMQP/Provider/Amqp/AmqpConsumer.cs         |  5 ++
 src/NMS.AMQP/Provider/Amqp/AmqpProvider.cs         | 65 ++++++++++++++++
 src/NMS.AMQP/Transport/ITransportContext.cs        |  8 +-
 src/NMS.AMQP/Transport/TransportContext.cs         | 62 ---------------
 src/NMS.AMQP/Util/IdGenerator.cs                   |  1 -
 .../Apache-NMS-AMQP-Test.csproj                    |  4 +
 .../AmqpAcknowledgmentsIntegrationTest.cs          |  2 +-
 .../Integration/FailoverIntegrationTest.cs         |  9 ++-
 .../Integration/IntegrationTestFixture.cs          |  2 +-
 test/Apache-NMS-AMQP-Test/NLog.config              | 12 +++
 .../Provider/Amqp/AmqpProviderFactoryTest.cs       | 23 ++++--
 test/Apache-NMS-AMQP-Test/TestAmqp/Logger.cs       | 89 ----------------------
 test/Apache-NMS-AMQP-Test/TestAmqp/NLogAdapter.cs  | 30 ++++++++
 test/Apache-NMS-AMQP-Test/TestAmqp/TestAmqpPeer.cs | 26 ++++++-
 .../TestAmqp/TestAmqpPeerRunner.cs                 |  6 +-
 18 files changed, 247 insertions(+), 172 deletions(-)
 create mode 100644 test/Apache-NMS-AMQP-Test/NLog.config
 delete mode 100644 test/Apache-NMS-AMQP-Test/TestAmqp/Logger.cs
 create mode 100644 test/Apache-NMS-AMQP-Test/TestAmqp/NLogAdapter.cs