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

Proxy Support for connection with Service Bus #1150

Closed
headsho111 opened this issue Feb 7, 2019 · 5 comments
Closed

Proxy Support for connection with Service Bus #1150

headsho111 opened this issue Feb 7, 2019 · 5 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Milestone

Comments

@headsho111
Copy link

Hi together,

i am trying to connect to a service bus through a company proxy.
But currently the sdk for js is not supporting the proxy configuration.

Is there some feature planned or a workaround in place?

Kind regards
Carsten

@ramya-rao-a ramya-rao-a added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Client This issue points to a problem in the data-plane of the library. Service Bus labels Feb 7, 2019
@bterlson
Copy link
Member

bterlson commented Feb 8, 2019

Heya @headsho111, as this Service Bus library uses AMQP (rather than HTTP), proxying isn't necessarily straightforward. Curious if you would be able to install something like AMQProxy beside your HTTP proxy inside your org? Another option might be SSH tunneling with port forwards into Azure somewhere if you have a VM available.

I'll look into other options in the meantime!

@headsho111
Copy link
Author

hey @bterlson, we currently have different applications running inside our company. One is using a JAVA platform connecting to an eventhub through the company proxy. So it should be working i guess.

@bterlson
Copy link
Member

@headsho111 it can work with websockets. Support for them (and proxies) is ongoing and will likely land in the next preview!

@AlexGhiondea AlexGhiondea added this to the Sprint 149 milestone Feb 20, 2019
@ShivangiReja ShivangiReja self-assigned this Apr 2, 2019
@AlexGhiondea AlexGhiondea modified the milestones: Sprint 149, Sprint 151 Apr 5, 2019
@ramya-rao-a
Copy link
Contributor

@headsho111 Thanks for your patience!

We are currently working on having proxy support for the Event Hubs library which shares a lot of AMQP connection related code with Service Bus. Sometime next week, we should be able to have some more progress there and then port over similar support to Service Bus. At that point, we will post another update here.

@ramya-rao-a ramya-rao-a removed the question The issue doesn't require a change to the product in order to be resolved. Most issues start as that label Apr 22, 2019
@ramya-rao-a
Copy link
Contributor

@headsho111 The latest preview release (1.0.0-preview.3) of the Service Bus library has proxy support. Please install the latest version and follow the sample to provide web socket and proxy information.

Do let us know how it works out, and thanks for your patience.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

No branches or pull requests

5 participants