[
https://issues.apache.org/jira/browse/ARTEMIS-3243?focusedWorklogId=616648&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-616648
]
ASF GitHub Bot logged work on ARTEMIS-3243:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jun/21 17:46
Start Date: 29/Jun/21 17:46
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on a change in pull request
#3633:
URL: https://github.com/apache/activemq-artemis/pull/3633#discussion_r660836962
##########
File path:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
##########
@@ -127,6 +127,10 @@
@Option(name = "--relax-jolokia", description = "disable strict checking on
jolokia-access.xml")
private boolean relaxJolokia;
+
+ @Option(name = "--cloud", description = "This is an instance that will be
shared by a cloud folder")
Review comment:
I did not want to call it --docker, as it could be other things such as
podman.
When you use the docker image from ./artemis-docker, you may be able to pass
in the artemis.home, as part of the broker.
I will convert this into its own PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 616648)
Time Spent: 4h 10m (was: 4h)
> Enhance AMQP Mirror support with dual mirror
> --------------------------------------------
>
> Key: ARTEMIS-3243
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3243
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.17.0
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Fix For: 2.18.0
>
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> at the current Mirror version, we can only mirror into a single direction.
> With this enhancement the two (or more brokers) would be connected to each
> other, each one having its own ID, and each one would send updates to the
> other broker.
> The outcome is that if you just transferred producers and consumers from one
> broker into the other, the fallback would be automatic and simple. No need to
> disable and enable mirror options.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)