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

Enable "tracing" of callbacks, without any requirements to callback itself, or rewriting commands etc. #45

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jul 3, 2016

  1. Allow to set default routing key for producer.

    Producers currently had method "setRoutingKey" (from AMQPMember), but this was not used at all. This commit allows to use this parameter as default routing key, instead of need to send it always to publish method.
    
    Also routingKey parameter for producer introduced in config section.
    
    In most use cases, there is application forced to publish with "magic constant" routingKey, which has to be same as routingKeys defined in consumers (for Multiple Consumers).
    
    By allowing to set default routingKey is easy to move from simple Consumer (one per queue) to MultipleConsumer.
    
    Also this commit brings more abstraction, since routingKey in simple cases could remain only in config.neon and there is no need for routingKey in app code.
    kratkyzobak committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    64ba449 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Update RabbitMqExtension.php

    kratkyzobak committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    325480c View commit details
    Browse the repository at this point in the history
  2. Update RabbitMqExtension.php

    kratkyzobak committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    5c68f07 View commit details
    Browse the repository at this point in the history
  3. Update Producer.php

    kratkyzobak committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    5634b1d View commit details
    Browse the repository at this point in the history
  4. Update Producer.php

    kratkyzobak committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    01a5158 View commit details
    Browse the repository at this point in the history
  5. Update index.md

    kratkyzobak committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    4399337 View commit details
    Browse the repository at this point in the history
  6. Update index.md

    kratkyzobak committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    3cf0b21 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Merge from upstream

    kratkyzobak committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    009ca98 View commit details
    Browse the repository at this point in the history
  2. Merge

    kratkyzobak committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    dac3d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46ffb4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aa723c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bc50a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5494f0d View commit details
    Browse the repository at this point in the history
  7. Merge upstream

    kratkyzobak committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    f0d9c3d View commit details
    Browse the repository at this point in the history
  8. Merge upstream

    kratkyzobak committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    22376c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9841164 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbd98ba View commit details
    Browse the repository at this point in the history