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

about init queue #40

Open
jhaoheng opened this issue Dec 31, 2019 · 0 comments
Open

about init queue #40

jhaoheng opened this issue Dec 31, 2019 · 0 comments

Comments

@jhaoheng
Copy link

  1. I update the sqs-insight.conf, and run it with docker (the conf at the below)
  2. I use aws cli to list the queue, and only the default queue
aws --endpoint-url http://192.168.1.104:9324 sqs list-queues
{
    "QueueUrls": [
        "http://192.168.1.104:9324/queue/default"
    ]
}
  1. But I could see the queue tube on the http://localhost:9325 ...

sqs-insight.conf

{
    "port": 9325,
    "rememberMessages": 100,

    "endpoints": [
        {
           "key": "notValidKey",
           "secretKey": "notValidSecret",
            "region": "us-east-1",
            "url": "http://localhost:9324/queue/newqueue"
        }
    ],

    "dynamicEndpoints": [
        {
           "key": "notValidKey",
           "secretKey": "notValidSecret",
           "region": "us-east-1",
           "url": "http://localhost:9324",
           "visibility": 0
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant