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

[bundle] Multi Client Configuration #628

Merged
merged 18 commits into from
Nov 15, 2018
Merged

Conversation

ASKozienko
Copy link
Member

@ASKozienko ASKozienko commented Nov 9, 2018

fixes #594, #592, #634

enqueue:
   my_amqp: # default
        transport: 'amqp:'
        client:
            traceable_producer: true
        async_commands: true
    my_sqs:
        transport: 'sqs:'
        client: false
        async_commands: false

Send a message

./bin/console enqueue:produce # use default
./bin/console enqueue:produce --client=my_amqp
./bin/console enqueue:produce --client=my_sqs

Consume a message

./bin/console enqueue:consume # use default
./bin/console enqueue:consume --client=my_amqp
./bin/console enqueue:consume --client=my_sqs

@makasim
Copy link
Member

makasim commented Nov 13, 2018

atm cli commands assume default is default transport\client but it is not a case any more. Commands should be updated.

@makasim makasim changed the title [WIP] Multi Client Configuration [bundle] Multi Client Configuration Nov 15, 2018
@makasim makasim added this to the 0.9 milestone Nov 15, 2018
@makasim makasim merged commit 8d38bb2 into master Nov 15, 2018
@makasim makasim deleted the multi-client-configuration branch November 15, 2018 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

profiler and data collector should support multiple clients.
2 participants