- 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
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
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.
>
>
>
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