Hi, I'm just trying to get this large merge out of the way so I can press on with other things. Can someone remind me of the rationale behind the following rename:
server.store.* -> server.messageStore.* The .store.* code still remains but is not used by anything other than a mock test. Is this new version only storing messages as before we were storing broker state information such as queues and exchanges. Has this changed so as to warrant a package name change? I raise this as this is causing merge issues due to a large number of M2 changes to the store.* classes/interfaces. -- Martin Ritchie
