This closes #1356
This commit is contained in:
commit
7583ff7172
|
@ -39,7 +39,7 @@ public interface ActiveMQJournalBundle {
|
||||||
@Message(id = 149001, value = "Journal data belong to a different version")
|
@Message(id = 149001, value = "Journal data belong to a different version")
|
||||||
ActiveMQIOErrorException journalDifferentVersion();
|
ActiveMQIOErrorException journalDifferentVersion();
|
||||||
|
|
||||||
@Message(id = 149002, value = "Journal files version mismatch. You should export the data from the previous version and import it as explained on the user''s manual")
|
@Message(id = 149002, value = "Journal files version mismatch. You should export the data from the previous version and import it as explained on the user's manual")
|
||||||
ActiveMQIOErrorException journalFileMisMatch();
|
ActiveMQIOErrorException journalFileMisMatch();
|
||||||
|
|
||||||
@Message(id = 149003, value = "File not opened")
|
@Message(id = 149003, value = "File not opened")
|
||||||
|
|
|
@ -35,7 +35,7 @@ import org.apache.activemq.artemis.core.transaction.Transaction;
|
||||||
public class WildcardAddressManager extends SimpleAddressManager {
|
public class WildcardAddressManager extends SimpleAddressManager {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* These are all the addresses, we use this so we can link back from the actual address to its linked wilcard addresses
|
* These are all the addresses, we use this so we can link back from the actual address to its linked wildcard addresses
|
||||||
* or vice versa
|
* or vice versa
|
||||||
*/
|
*/
|
||||||
private final Map<SimpleString, Address> addresses = new ConcurrentHashMap<>();
|
private final Map<SimpleString, Address> addresses = new ConcurrentHashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue