I want my application to connect to ActiveMQ today, and possibly RabbitMQ tomorrow. Therefore I do not want anything in code to mention either - it should just be a matter of altering a .properties file and restarting, right?
However we're having trouble working out how to do this without expressly referring to individual connection factories in code. Are we missing something? Thanks, James