Re: connection attempt hangs

2023-07-24 Thread Timothy Bish
On 7/24/23 15:27, david kerns wrote: I removed the failover:() construct ... it still hangs, but now I get the following on stderr: (using the expired cert) Error occurred while accessing an OpenSSL library method: error:0906D06C:PEM routines:PEM_read_bio:no start line error:140B0009:SSL routine

Re: connection attempt hangs

2023-07-24 Thread david kerns
I removed the failover:() construct ... it still hangs, but now I get the following on stderr: (using the expired cert) Error occurred while accessing an OpenSSL library method: error:0906D06C:PEM routines:PEM_read_bio:no start line error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib

RE: Kubernetes Artemis Master Slave Issue

2023-07-24 Thread Shivang Modi
Here is the actual error: 2023-07-24 07:14:57,132 WARN [org.apache.activemq.artemis.core.server] AMQ222137: Unable to announce backup, retrying: ActiveMQConnectionTimedOutException[errorType=CONNEC TION_TIMEDOUT message=AMQ219012: Timed out waiting to receive initial broadcast from cluster]

Re: ActiveMQ Artemis 2.19.1 Persistence Query

2023-07-24 Thread Justin Bertram
The configuration looks fine as far as I can tell. Can you provide me with a way to reproduce the problem that you're seeing? Also, I would strongly encourage you to upgrade to the latest version. Much of the world has moved on from Java 8. You should too. Justin On Sat, Jul 22, 2023 at 12:13 A

Re: Kubernetes Artemis Master Slave Issue

2023-07-24 Thread Justin Bertram
As far as I can tell no error is actually being reported here. 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, > >

Re: Issue in Message Sync via Core Bridge

2023-07-24 Thread Justin Bertram
What version of ActiveMQ Artemis are you using? Justin On Mon, Jul 24, 2023 at 5:41 AM Shiv Kumar Dixit wrote: > We are facing a strange issue while syncing messages from source to target > broker cluster using Core bridge. Our source and target brokers are > symmetric cluster and each has 2 n

Re: ActiveMQ whitelisting the IP address & REST API documentation Queries

2023-07-24 Thread Justin Bertram
If you want to remove a queue or a topic then you can use the management API which is based on JMX [1] but is also exposed via HTTP [2]. In particular, you can use the removeQueue [3] and removeTopic [4] operations. Publishing & subscribing to a topic is the same as for a queue, you just use "topi

Re: connection attempt hangs

2023-07-24 Thread Timothy Bish
On 7/21/23 17:01, david kerns wrote: I started with the example code here: https://activemq.apache.org/components/cms/example I modified it to use SSL and a certificate... all working. Six months later when the certificate expired, starting the subscriber just hangs on: connection->start(); It

Re: ActiveMQ whitelisting the IP address & REST API documentation Queries

2023-07-24 Thread Pavan Gujjari
Hi Justin, I truly appreciate the time and effort you took to address my concerns. Yes, We'd like to know whether we have any endpoints that fit the following use case: - Delete a Queue or Topic - Subscribe to a topic - Publish to a topic If yes, please let us know the documentation of

Re: ActiveMQ whitelisting the IP address & REST API documentation Queries

2023-07-24 Thread Justin Bertram
I'm not clear on what you mean by, "...it was blacklisted while utilizing the localhost..." Can you clarify this? Do you just mean that when the broker was listening on localhost that remote clients were not able to connect? To my knowledge, there is no specific feature to whitelist or blacklist I

ActiveMQ whitelisting the IP address & REST API documentation Queries

2023-07-24 Thread Pavan Gujjari
Hello ActiveMQ Team, I am writing to inquire about a few questions that are mentioned below. 1. Does ActiveMQ whitelist the IP address because it was blacklisted while utilizing the localhost that we set up per the documentation

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="

Unexpected Error Stopping Artemis 2.26.0 broker

2023-07-24 Thread Shiv Kumar Dixit
We see below error in artemis.log and it is stopping the broker. Broker version is 2.26.0. Before broker stops, we see many entries where paging on different addresses are starting and stopping. When paging related logs on different addresses are done, we see message 'Cannot find iter to remove:

Issue in Message Sync via Core Bridge

2023-07-24 Thread Shiv Kumar Dixit
We are facing a strange issue while syncing messages from source to target broker cluster using Core bridge. Our source and target brokers are symmetric cluster and each has 2 nodes. Since both source and target cluster has 2 nodes each, we have defined bridges from source cluster to target clu