Re: Artemis- Using Netty http tunnel for SAAS service

2022-06-01 Thread Sunil Varma
- cloud-server-log-snippet.txt > - broker.xml > > I don't see any attachment named "ArtemisHTTPDebug.java" on any email in > this thread. > > > Justin > > On Tue, May 31, 2022 at 10:23 AM Sunil Varma > wrote: > > > Hi Justin > > The J

Re: Artemis- Using Netty http tunnel for SAAS service

2022-05-31 Thread Sunil Varma
t; Can you also provide the JMS client code and configuration you're using as > requested previously? > > > Justin > > On Fri, May 27, 2022 at 7:04 AM Sunil Varma > wrote: > > > Hi Justin > > Thanks for responding. > > We are using Artemis (versio

Re: Artemis- Using Netty http tunnel for SAAS service

2022-05-27 Thread Sunil Varma
borate on why > you're attempting to connect your JMS application(s) via HTTP through an > istio proxy? Messaging connections are stateful unlike HTTP connections > (which are stateless). It's technically possible to use HTTP, but it's > certainly not optimal. > > >

Artemis- Using Netty http tunnel for SAAS service

2022-05-25 Thread Sunil Varma
Hello all! I am trying to connect to our Artemis service running in the cloud as a kubernetes service. We have istio ingress to expose HTTP and HTTPS routes from outside the cluster to services within the cluster and some istio routing rules to forward traffic to the appropriate services. I tried