RE: How to set Xmx value for Artemis Broker

2023-11-19 Thread Shivang Modi
ect: Re: How to set Xmx value for Artemis Broker Use the --java-memory switch from the "create" command, e.g.: ./artemis create ... --java-memory 64G ... This is described in the documentation [1]. You can also get this information using "help," e.g.: ./artemis help

How to set Xmx value for Artemis Broker

2023-11-18 Thread Shivang Modi
Hi Team, While creating brokers want to set high heap size (Xmx value) via parameters, how can I achieve that? Want to override Xmx values of below JAVA_ARGS JAVA_ARGS="-XX:+PrintClassHistogram -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512M -Xmx2G -Dhawtio.disableProxy=true -Dhawtio.realm=

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-14 Thread Shivang Modi
and made available to consumers. This is the same whether you're using the file-based journal or a database to store the messages. Justin On Wed, Sep 13, 2023 at 11:57 AM Shivang Modi wrote: > Hi Justin, > > We are using Artemis docker image and start kubernetes pods with it.

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
> This is the same whether you're using the file-based journal or a > database to store the messages. > > > Justin > > On Wed, Sep 13, 2023 at 11:57 AM Shivang Modi > > wrote: > >> Hi Justin, >> >> We are using Artemis docker image and start kuber

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
in another. Everything depends on the specifics of your particular use-case. Justin On Wed, Sep 13, 2023 at 11:47 AM Shivang Modi wrote: > If scenario is no loss transactions 100% if queue goes down whatever > transactions gets enqueued, should get dequeued once queue comes up, > we

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
that you should *never* lose messages. Justin On Wed, Sep 13, 2023 at 7:14 AM Shivang Modi wrote: > Hi Team, > > > > Can anyone share pros and cons in depth between both. I see only file > storage is faster than JDBC storage. Is there any disadvantage of File > Storage like

Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
Hi Team, Can anyone share pros and cons in depth between both. I see only file storage is faster than JDBC storage. Is there any disadvantage of File Storage like losing the enqueued data or anything? Thanks, Shivang. -- *This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intende

RE: Kubernetes Artemis Master Slave Issue

2023-07-24 Thread Shivang Modi
. There is nothing to fix. You're just seeing normal debug & trace logging. Are you expecting the slave to do something that it's not doing? Please elaborate. Justin On Mon, Jul 24, 2023 at 7:43 AM Shivang Modi wrote: > Hi Team, > > > > I have requirement to creat

Kubernetes Artemis Master Slave Issue

2023-07-24 Thread Shivang Modi
Hi Team, I have requirement to create Artemis master slave shared storage cluster using Postgres database in Kubernetes. Here is *Master broker.xml* http://www.w3.org/2001/XMLSchema-instance xmlns:xi=http://www.w3.org/2001/XInclude xsi:schemaLocation="

RE: ActiveMQ Artemis 2.19.1 Persistence Query

2023-07-21 Thread Shivang Modi
org/components/artemis/download/ On Fri, Jul 21, 2023 at 3:48 AM Shivang Modi wrote: > Hi Team, > > > > I am using Artemis 2.19.1 and using Postgres Database for persistence > queues. Springboot application sent message to queue and I can see > count on queue dashboard but n

ActiveMQ Artemis 2.19.1 Persistence Query

2023-07-21 Thread Shivang Modi
Hi Team, I am using Artemis 2.19.1 and using Postgres Database for persistence queues. Springboot application sent message to queue and I can see count on queue dashboard but now if I restart Artemis , count became 0 again though I have persistence queues. Can someone help if they came across

Artemis Compatible version Spring Boot Starter Artemis

2023-07-11 Thread Shivang Modi
Hi Team, I am upgrading my Spring Boot project from ActiveMQ to Artemis. While upgrading, if I use Artemis 2.19 version, connection happens successfully and if I use Artemis 2.28 version, connection didn’t happen. I have spring boot start actuator jar with 2.7.13 version and java 8. What is c

Artemis Version 2.28.0

2023-06-01 Thread Shivang Modi
Hi Team, I am upgrading my application from activemq to artemis 2.28.0 version and I am getting below error in one of microservice. Can you help me with same javax.jms.JMSException: Could not connect to broker URL: tcp://queue:61616. Reason: java.net.ConnectException: Connection refused (Conn