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

Add cluster support to RabbitMQ transport #1118

Closed
wants to merge 28 commits into from

Commits on Apr 12, 2013

  1. updated fody

    Justin Thirkell committed Apr 12, 2013
    Copy the full SHA
    247e257 View commit details
    Browse the repository at this point in the history
  2. updated R# dotsettings (dotcover filter settings)

    Justin Thirkell committed Apr 12, 2013
    Copy the full SHA
    916f339 View commit details
    Browse the repository at this point in the history
  3. added EasyNetQ nuget pkg reference

    Justin Thirkell committed Apr 12, 2013
    Copy the full SHA
    f821e60 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2013

  1. Revert "added EasyNetQ nuget pkg reference"

    This reverts commit f821e60.
    Justin Thirkell committed Apr 14, 2013
    Copy the full SHA
    b96b78b View commit details
    Browse the repository at this point in the history
  2. added r# dotsettings file to test project for naming styles

    Justin Thirkell committed Apr 14, 2013
    Copy the full SHA
    52edb92 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2013

  1. copied in EasyNetQ implementation of cluster-aware rabbitmq connectio…

    …nmanager.
    Justin Thirkell committed Apr 15, 2013
    Copy the full SHA
    7fbb1bf View commit details
    Browse the repository at this point in the history
  2. changed connectionmanager to use easynetq persistent (retrying and cl…

    …uster-config-aware) connections
    Justin Thirkell committed Apr 15, 2013
    Copy the full SHA
    78d394e View commit details
    Browse the repository at this point in the history
  3. altered tests to work with new easynetq-derived connections

    Justin Thirkell committed Apr 15, 2013
    Copy the full SHA
    c111416 View commit details
    Browse the repository at this point in the history
  4. added test for clustered nodes.

    removed connection-per-purpose for the moment
    Justin Thirkell committed Apr 15, 2013
    Copy the full SHA
    40eadd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2013

  1. clustering node-down test passing

    Justin Thirkell committed Apr 16, 2013
    Copy the full SHA
    939d170 View commit details
    Browse the repository at this point in the history
  2. completed clustering integration test

    Justin Thirkell committed Apr 16, 2013
    Copy the full SHA
    460be4d View commit details
    Browse the repository at this point in the history
  3. tidied up integration tests

    Justin Thirkell committed Apr 16, 2013
    Copy the full SHA
    833d564 View commit details
    Browse the repository at this point in the history
  4. split multiple-types-per-file into separate files

    Justin Thirkell committed Apr 16, 2013
    Copy the full SHA
    f9f33e2 View commit details
    Browse the repository at this point in the history
  5. overriding easynetq default client properties

    Justin Thirkell committed Apr 16, 2013
    Copy the full SHA
    f25c555 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

  1. Merge branch 'develop' of git://github.com/NServiceBus/NServiceBus in…

    …to rabbitmq_cluster
    Justin Thirkell committed Apr 17, 2013
    Copy the full SHA
    1ef6a7f View commit details
    Browse the repository at this point in the history
  2. return IConnection rather than IPersistentConnection

    Justin Thirkell committed Apr 17, 2013
    Copy the full SHA
    4ab6951 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. changes as per Particular#1118 (comment)

    Justin Thirkell committed Apr 18, 2013
    Copy the full SHA
    df5de78 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of git://github.com/NServiceBus/NServiceBus in…

    …to rabbitmq_cluster
    Justin Thirkell committed Apr 18, 2013
    Copy the full SHA
    b835a62 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of git://github.com/NServiceBus/NServiceBus in…

    …to rabbitmq_cluster
    Justin Thirkell committed Apr 18, 2013
    Copy the full SHA
    b08d83a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. make integration tests explicit

    Justin Thirkell committed Apr 19, 2013
    Copy the full SHA
    a4cf471 View commit details
    Browse the repository at this point in the history
  2. add ncrunch temp dir to ignore

    Justin Thirkell committed Apr 19, 2013
    Copy the full SHA
    c10fe68 View commit details
    Browse the repository at this point in the history
  3. removed use of sprache, simple parser is back.

    tidied up the unit tests and rabbit config files
    Justin Thirkell committed Apr 19, 2013
    Copy the full SHA
    3655814 View commit details
    Browse the repository at this point in the history
  4. multiple host parsing is a little less ugly

    Justin Thirkell committed Apr 19, 2013
    Copy the full SHA
    8ea9b4c View commit details
    Browse the repository at this point in the history
  5. matching connection string parts to ConnectionConfiguration propertie…

    …s by convention
    Justin Thirkell committed Apr 19, 2013
    Copy the full SHA
    2a6022a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2013

  1. Merge branch 'develop' of git://github.com/NServiceBus/NServiceBus in…

    …to rabbitmq_cluster
    
    Conflicts:
    	src/RabbitMQ/NServiceBus.RabbitMQ.Tests/RabbitMqContext.cs
    	src/RabbitMQ/NServiceBus.RabbitMQ/Config/RabbitMqTransportConfigurer.cs
    Justin Thirkell committed Apr 21, 2013
    Copy the full SHA
    d44d226 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Justin Thirkell committed Apr 21, 2013
    Copy the full SHA
    10431a8 View commit details
    Browse the repository at this point in the history
  3. remove old comment

    Justin Thirkell committed Apr 21, 2013
    Copy the full SHA
    e0d050c View commit details
    Browse the repository at this point in the history
  4. update configuration to use new connectionstring parser

    Justin Thirkell committed Apr 21, 2013
    Copy the full SHA
    9da5d8e View commit details
    Browse the repository at this point in the history