Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simply #459

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

Closed
hpatoio opened this issue Jun 6, 2018 · 1 comment
Closed

Simply #459

hpatoio opened this issue Jun 6, 2018 · 1 comment

Comments

@hpatoio
Copy link

hpatoio commented Jun 6, 2018

I'm trying to use this library with SQS driver. Some things are not clear to me.

  1. Why you change the queue name adding a prefix and the app name ?
  2. Why you always search for a queue named default ?

Where can I find an example where I send a message to a queue where the name of the queue is EXACTLY the name I specify in the code ?

@makasim
Copy link
Member

makasim commented Jun 6, 2018

You are using the Enqueue CLient which is a high level abstraction library, it makes queue use as simple as possible, for that you should accept some of its decisions.

IF you need a very custom solution you should use transport directly.

Where can I find an example where I send a message to a queue where the name of the queue is EXACTLY the name I specify in the code ?

https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/sqs.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants