Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread prateekjai...@gmail.com
Hi Shivang, Try creating journals/data on PVCs. It should work. Regards, Prateek Jain -- EXPECTATION : Causes all troubles.. -- On Wed, Sep 13, 2023 at 5:58 PM Shivang

Re: activemq | cluster | metrics

2023-07-07 Thread prateekjai...@gmail.com
h specific use-cases as they arise. > > > Justin > > [1] > > https://activemq.apache.org/components/artemis/documentation/latest/clusters.html#performance-considerations > > On Fri, Jul 7, 2023 at 4:47 AM prateekjai...@gmail.com < > prateekjai...@gmail.com> wrote: > > &g

Re: activemq | cluster | metrics

2023-07-07 Thread prateekjai...@gmail.com
.. -- On Fri, Jul 7, 2023 at 1:28 PM Justin Bertram wrote: > What version of ActiveMQ are you using? > > > Justin > > On Fri, Jul 7, 2023 at 4:47 AM prateekjai...@gmail.com < > prateekjai...@gmail.com> wrote: > > > Hi All, > > > >

Re: activemq | cluster | metrics

2023-07-07 Thread prateekjai...@gmail.com
_messages_killed > * artemis_number_of_pages > * artemis_persistent_size > * artemis_routed_message_count > * artemis_scheduled_durable_message_count > * artemis_scheduled_durable_persistent_size > * artemis_scheduled_message_count > * artemis_scheduled_persistent_size >

activemq | cluster | metrics

2023-07-07 Thread prateekjai...@gmail.com
Hi All, I am working on an application which is right now running a single instance of activemq. Now, due to increase in load and to improve availability; I am testing active/active cluster topology of activemq. I am successfully running a cluster (active/active) now. My question is, what are t

Re: Clustering | diverts

2023-06-13 Thread prateekjai...@gmail.com
ubles.. -- On Mon, Jun 12, 2023 at 3:35 PM Justin Bertram wrote: > I don't understand how divert behavior and message redistribution are > related in your use-case. Can you elaborate on this? > > > Justin > > On Sun, Jun 11, 2023 at

Clustering | diverts

2023-06-11 Thread prateekjai...@gmail.com
Hi All, I have a question on the behavior of diverts in activemq. Here is what I read in documentation: *A divert will only divert a message to an address on the same server. If you want to divert to an address on a different server, a common pattern would be to divert to a local store-and-forwa

Re: Artemis Version 2.28.0

2023-06-01 Thread prateekjai...@gmail.com
seems like you have enabled security or it is not properly configured in the cluster. Prateek Jain -- EXPECTATION : Causes all troubles.. -- On Thu, Jun 1, 2023 at 1:27 PM

Re: jmslistener | message routing

2023-04-10 Thread prateekjai...@gmail.com
; > I'm not sure what you mean that your clients don't scale the cluster up or > down "for scalability." Can you clarify this? > > > Justin > > On Mon, Apr 10, 2023 at 2:31 PM prateekjai...@gmail.com < > prateekjai...@gmail.com> wrote: > > > H

Re: jmslistener | message routing

2023-04-10 Thread prateekjai...@gmail.com
ssible is always preferable as it reduces costs for > development, deployment, and maintenance. > > If you're using a cluster of 3 pairs simply to establish a quorum to avoid > split-brain with replication then switch to the pluggable quorum voting and > use ZooKeeper instead. > &

Re: jmslistener | message routing

2023-04-10 Thread prateekjai...@gmail.com
t; [1] > > https://activemq.apache.org/components/artemis/documentation/latest/clusters.html#message-redistribution > [2] > > https://github.com/apache/activemq-artemis/blob/main/docs/user-manual/en/clusters.md#performance-considerations > > On Fri, Apr 7, 2023 at 7:51 AM pr

Re: jmslistener | message routing

2023-04-07 Thread prateekjai...@gmail.com
Hi Roskvist, I tried the ON_DEMAND value but still it doesnt work. Infact, with on_demand value the loadbalancing stops and the whole scalability feature in the cluster becomes irrelevant. IMO, if the client for a queue/topic is connected to any of the broker instances then; messages should get

Re: jmslistener | message routing

2023-04-07 Thread prateekjai...@gmail.com
STRICT Is the value in broker.xml On Fri 7 Apr 2023, 09:54 Roskvist Anton, wrote: > Hello, > > In your cluster configuration, what "message-load-balancing"-type have you > configured? > > Br, > Anton > > This email message (including its attachments) is confidential and may > contain privileged

jmslistener | message routing

2023-04-06 Thread prateekjai...@gmail.com
Hi All, I am running 6 brokers/instances of artemis ( 3 master/live, 3 slave). While sending messages to them, everything works fine as messages are loadbalanced. For example, if I send 1000 messages each node will get 333. All 3 master/live nodes form a cluster and I can see that via the web co

Re: Co Located Backups Question

2023-03-27 Thread prateekjai...@gmail.com
he co located backups according to my original post. > > Is that possible ? > > Regards > Roy > > > > > > On 27 Mar 2023, at 15:46, prateekjai...@gmail.com wrote: > > > > Hi Roy, > > > > I dont exactly know your usecase or constraints but IMO, sh

Re: Co Located Backups Question

2023-03-27 Thread prateekjai...@gmail.com
Hi Roy, I dont exactly know your usecase or constraints but IMO, shared store would have been a better option. As I didnt worked/explored 1.x version so, wont comment on it. But you should be able to reference examples under artemis directory: *examples\features\ha\colocated-failover* Hope i

Re: custom settings in broker.xml

2023-03-27 Thread prateekjai...@gmail.com
quot;create" command to create a default broker.xml and > then modify it as needed. Then you can save that and copy it to any > instance you need. It should be really straightforward. > > > Justin > > On Mon, Mar 27, 2023 at 7:02 AM prateekjai...@gmail.com < > prateek

custom settings in broker.xml

2023-03-27 Thread prateekjai...@gmail.com
Hi All, My requirement is to start/create a new broker with custom settings which are specified in the broker.xml file. These settings include things like, 1. Specifying/adding new queues and topics. 2. Specifying custom broadcast settings like jgroups settings 5000 * test

Re: disconnect recovery issue

2023-03-24 Thread prateekjai...@gmail.com
Yes, I too faced similar issues while randomly killing artemis instances. The pattern which I observed was mainly, when you kill live instances in a cluster w/o running backup node. So, in our case we incorporated *client side failover* detection. IMO, most of the times; failover happens transparen

Re: artemis slave errors | jgroups | k8s

2023-03-15 Thread prateekjai...@gmail.com
prateekjai...@gmail.com < prateekjai...@gmail.com> wrote: > > Hi Justin, > > Thanks for replying, I think artemis is failing to lookup POD by its name > because we cannot just get POD IP just by its name. Given below is the > error which is getting repeated in logs: > >

Re: artemis slave errors | jgroups | k8s

2023-03-15 Thread prateekjai...@gmail.com
to comment on what may be happening without more > information. You've only provided a snippet of the stack-trace for the > UnknownHostException so it's not clear what class is actually attempting > that operation. > > > Justin > > [1] https://github.com/jgroups-extr

artemis slave errors | jgroups | k8s

2023-03-15 Thread prateekjai...@gmail.com
Hi All, How are you? I am a bit confused about the errors reported by artemis slave instance (running in clustered mode using jgroups). I might be missing something here so please bear with me. Deployment details: I am running 2 pods of artemis in master/slave configuration in k8s. It supports NF

Re: cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
34 PM Tobias Letschka wrote: > Hi, > > have a look to below project https://artemiscloud.io/ > > we using artemis in azure aks environment. do you have questions? > > Regards > > Tobias > ____ > Von: prateekjai...@gmail.com > G

Re: cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
Hi, > > check the mailing list archives. This question comes up regulary. > > -- > Vilius > > -Original Message- > From: prateekjai...@gmail.com > Sent: Monday, March 13, 2023 11:46 AM > To: users@activemq.apache.org > Subject: cloud-native deployment

Re: cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
(postgresql) persistence instead of KahaDB. > We've also tested 2 PODs configurations. > > In both cases Openwire and HTTP connectors are exposed to other PODs as > K8s services and endpoints. All seems to work as expected. > > Regards. > > Ephemeris Lappis > &

cloud-native deployment

2023-03-13 Thread prateekjai...@gmail.com
Hi All, How are you? I am trying to deploy artemis on kubernetes (k8s) cluster. I would like to know if any of you can share any thoughts or experience while doing similar tasks. Especially, if I choose this to be a statefulset; what will be the impacts while monitoring and backup. My current

Re: consuming messages from distributed queue

2023-03-06 Thread prateekjai...@gmail.com
y in the broker distribution. > > > Justin > > On Mon, Mar 6, 2023 at 1:22 PM prateekjai...@gmail.com < > prateekjai...@gmail.com> wrote: > > > Hi Justin, > > > > Thanks for responding. Yes, message redistribution is configured and it > is > &g

Re: consuming messages from distributed queue

2023-03-06 Thread prateekjai...@gmail.com
html#message-redistribution > > On Mon, Mar 6, 2023 at 12:17 PM prateekjai...@gmail.com < > prateekjai...@gmail.com> wrote: > > > Hi All, > > > > I am facing an issue where, I have created a 3 node cluster of artemis > and > > created a distributed que

consuming messages from distributed queue

2023-03-06 Thread prateekjai...@gmail.com
Hi All, I am facing an issue where, I have created a 3 node cluster of artemis and created a distributed queue on it, for example exampleQueue. When I send messages to this queue, messages are loadbalanced on each node. If there is a consumer already listening/connected to any node in cluster fo

Re: java version ?

2023-02-28 Thread prateekjai...@gmail.com
Sorry to bother you again. But uninstalling and installing java 11, fixed the issue. Regards, Prateek On Tue, Feb 28, 2023 at 11:54 AM prateekjai...@gmail.com < prateekjai...@gmail.com> wrote: > > Hi All, > > I am starting to do a POC using apache-artemis-2.28.0. I have

java version ?

2023-02-28 Thread prateekjai...@gmail.com
Hi All, I am starting to do a POC using apache-artemis-2.28.0. I have tried to run it using below java versions but it says, I need to use more advanced version of java: There are 3 choices for the alternative java (providing /usr/bin/java). SelectionPath