If I understand things right. With this configuration, when a message is
sent, the client has 5000 ms to respond with the ACK, or the message will
be resent, and this will occur a maximum of 3 times, at which point the
message will be sent to the DLQ, and only be retrieved by the admin taking
a loo
> Surely there is a limit how many the queue can hold. What happens then?
There's no arbitrary limit to the amount of data a queue can hold. However,
you can configure limits and different behaviors for different addresses
when those limits are reached. See the documentation [1] for more details
o
Ok, I put back the "all protocols" acceptor and can get some output.
$ sudo ./artemis browser --destination queue://chat --verbose
Executing org.apache.activemq.artemis.cli.commands.messages.Browse browser
--destination queue://chat --verbose
Home::/opt/apache-artemis-2.14.0, Instance::/var/lib/te
Exception in thread "main" javax.jms.JMSException: Failed to create session
factory
I had deleted all acceptors except the stomp acceptor from the
configuration, yesterday. If it needs those acceptors to be defined, i
don't remember what the default broker.xml looked like. I probably should
have b
> ws://.:61613
That's an invalid URL for the Artemis CLI (as noted by the exception). You
need to use a URL like the one you used before for the "producer" command,
e.g.:
tcp://.:61616
Justin
On Wed, Aug 12, 2020 at 11:48 AM Christopher Pisz
wrote:
> ws://.:61613
>
> On Wed, Aug 12, 2020 a
ws://.:61613
On Wed, Aug 12, 2020 at 12:22 PM Justin Bertram wrote:
> And the URL you're using?
>
>
> Justin
>
> On Wed, Aug 12, 2020 at 11:18 AM Christopher Pisz <
> christopherp...@gmail.com>
> wrote:
>
> > sudo ./artemis browser --destination queue://chat --verbose
> >
> > On Wed, Aug 12, 20
And the URL you're using?
Justin
On Wed, Aug 12, 2020 at 11:18 AM Christopher Pisz
wrote:
> sudo ./artemis browser --destination queue://chat --verbose
>
> On Wed, Aug 12, 2020 at 12:12 PM Justin Bertram
> wrote:
>
> > What's the exact command you're using?
> >
> >
> > Justin
> >
> > On Wed,
sudo ./artemis browser --destination queue://chat --verbose
On Wed, Aug 12, 2020 at 12:12 PM Justin Bertram wrote:
> What's the exact command you're using?
>
>
> Justin
>
> On Wed, Aug 12, 2020 at 11:05 AM Christopher Pisz <
> christopherp...@gmail.com>
> wrote:
>
> > When I try that, I type in
What's the exact command you're using?
Justin
On Wed, Aug 12, 2020 at 11:05 AM Christopher Pisz
wrote:
> When I try that, I type in the same url I use to connect including the
> :, the username and password i created the instance with, and it
> tells me java.lang.RuntimeException: java.lang.Nu
When I try that, I type in the same url I use to connect including the
:, the username and password i created the instance with, and it
tells me java.lang.RuntimeException: java.lang.NullPointerException: Schema
hansel04.alertinnovation.com not found
On Tue, Aug 11, 2020 at 2:29 PM Justin Bertram
10 matches
Mail list logo