[
https://issues.apache.org/jira/browse/ARTEMIS-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17507718#comment-17507718
]
gayatri beela commented on ARTEMIS-3726:
----------------------------------------
Sorry for the inconvenience, from next time on wards will post through mailing
list.
In replica mode, if we give the connection URL with only master as below then
processing is fast
Connection URL tcp://serverIP1:61616
Please suggest
> when using the replica mode in artemis HA, records processing is very slow
> --------------------------------------------------------------------------
>
> Key: ARTEMIS-3726
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3726
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.13.0, 2.20.0
> Reporter: gayatri beela
> Priority: Major
> Attachments: broker_master_replica.xml, broker_slave_replica.xml
>
>
> We are using artemis HA in replica mode with master/slave configuration.
> >From the web application we are connecting to the artemis with
> org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
> ActiveMQConnectionFactory actMQConnFactory = new
> ActiveMQConnectionFactory(connectionURL);
> where connectionURL we are providing as
> (tcp://serverIP1:61616,tcp://serverIP2:61616)?ha=true&reconnectAttempts=3
> Without HA mode the data is processing very fast. However, When pushing the
> data into the queue in HA mode they are processing very slow (almost triple
> the time )
> Please advise on this behaviour
> [^broker_master_replica.xml] [^broker_slave_replica.xml]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)