Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

http_proxy paramater is not provided in AMQP connection #221

@ghost

Description

Hi Team,

I have rabittMQ server on cloud (on aws) and I am making connection from my windows machine to make AMQP connection but TCP connection is failing. I could not find any option to pass http_proxy in connection parameters. I had same issue in aws-sdk gem and I was able to pass thru using http_proxy

s3 = Aws::S3::Resource.new(credentials: Aws::Credentials.new('XYZ', 'XYZ'), region:'us-xxxx-1', http_proxy: 'http://user:password@proxy.xxxxxxxxxxxxxx.com:8099')

It would be nice to have same option in AMQP connection.

Thanks and regards,
Mohit Jagga

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions