Re: Artemis- Using Netty http tunnel for SAAS service

2022-06-01 Thread Justin Bertram
Both the client code and broker configuration look fine to me. It seems pretty clear that the problem is environmental. Justin On Wed, Jun 1, 2022 at 3:47 AM Sunil Varma wrote: > Ok Let me attach again.The attached zip file contains both broker.xml > and ArtemisHTTPDebug.java > > On Tue, 31

Re: Artemis- Using Netty http tunnel for SAAS service

2022-06-01 Thread Sunil Varma
Ok Let me attach again.The attached zip file contains both broker.xml and ArtemisHTTPDebug.java On Tue, 31 May 2022 at 16:53, Justin Bertram wrote: > Your second email in this thread is the only email with any attachments, > and it has 3: > > - local-server-log-snippet.txt > - cloud-server-lo

Re: Artemis- Using Netty http tunnel for SAAS service

2022-05-31 Thread Justin Bertram
Your second email in this thread is the only email with any attachments, and it has 3: - local-server-log-snippet.txt - 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 Sun

Re: Artemis- Using Netty http tunnel for SAAS service

2022-05-31 Thread Sunil Varma
Hi Justin The JMS client code "ArtemisHTTPDebug.java" & the server configuration file "broker.xml" have already been attached in my previous mail along with the logs. Let me know if you need anything else. Thanks. On Tue, 31 May 2022 at 16:11, Justin Bertram wrote: > Can you also provide the J

Re: Artemis- Using Netty http tunnel for SAAS service

2022-05-31 Thread Justin Bertram
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 (version 2.13.0) to send "notifications" to > interested consumers when data is

Re: Artemis- Using Netty http tunnel for SAAS service

2022-05-27 Thread Sunil Varma
Hi Justin Thanks for responding. We are using Artemis (version 2.13.0) to send "notifications" to interested consumers when data is updated/added in our databases. The use case is for a third party to get these "notifications" but as they are external to our cloud deployment they need to consume vi

Re: Artemis- Using Netty http tunnel for SAAS service

2022-05-26 Thread Justin Bertram
> I tried running a sample JMS program using Netty Http tunnelling to connect to the Artemis service via the public interface but the connection fails... Can you provide the source code and configuration for this sample JMS program? > Server side I am seeing some error after some time (not immedi

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