One more thing... Can you point me to the bit of documentation about clients and embedded brokers that cause you some confusion? Perhaps I can clarify the language a bit to make things more understandable.
Justin ----- Original Message ----- From: "Alessandro Manzoni" <manzoni.alessand...@gmail.com> To: users@activemq.apache.org Sent: Saturday, April 16, 2016 4:40:58 AM Subject: Fwd: How to Hi, I'm new to artemis activemq, so be patient. I'm facing a project that requires to exchange messages. OK, this is a MOM job. But one of project requirements is to enable lots of clients to send messages over a network that intermitently goes down for some while, and when the network resumes all generated messages should deliver to the proper destination, even if meanwhile the client has been powered off and on again. I know tha I could do this IBM MQ, but due to budget restrictions I would like to use ActiveMQ Artemis. I hoped to be able to embed a broker into the client software capable to communicate with a central broker as a connection is available, but I read on "Apache ActiveMQ Artemis User Manual" manual somhere, that clients won't be connecting to an embedded broker. Isn't it? Do I succeed achieving my goals using ActiveMQ Artemis? How to? Thanks.