Justin, Its apparently all in the name. If I use "jms.queue.boop" it creates the queue. I suspect that Artemis needs to know what kind of destination to create in the name.
John On Mon, Apr 11, 2016 at 5:59 PM Justin Bertram <jbert...@apache.com> wrote: > I'm not sure what's going on in your use-case. As far as I can tell the > "ActiveMQ Artemis Proton-J Example" example shipped in > examples/protocols/amqp/queue uses an auto-created JMS queue without > issue. That said, I've not worked with AMQP much. > > > Justin > > ----- Original Message ----- > From: "John D. Ament" <johndam...@apache.org> > To: users@activemq.apache.org > Sent: Monday, April 11, 2016 2:19:56 PM > Subject: Re: Automatic Queue Creation > > Thanks for the quick response Justin. > > I used the destination "jms.incoming" and got this error > > Setup of JMS message listener invoker failed for destination 'jms.incoming' > - trying to recover. Cause: AMQ219010: source address does not exist > [condition = amqp:internal-error] > > > Note: this is all client side, no errors on the server. > > > John > > On Mon, Apr 11, 2016 at 2:55 PM Justin Bertram <jbert...@apache.com> > wrote: > > > The automatic queue creation currently only works for queues that being > > with "jms.". > > > > > > Justin > > > > ----- Original Message ----- > > From: "John D. Ament" <johndam...@apache.org> > > To: users@activemq.apache.org > > Sent: Monday, April 11, 2016 1:50:52 PM > > Subject: Automatic Queue Creation > > > > Hey, > > > > I just spun up a 1.2 artemis instance and was using the camel AMQP > > component to connect to it. I noticed that I couldn't create messages, > > with an error: > > > > Setup of JMS message listener invoker failed for destination 'incoming' - > > trying to recover. Cause: AMQ219010: source address does not exist > > [condition = amqp:internal-error] > > > > > > I was under the impression that Artemis had some automatic destination > > creation. is it possible to do that with the AMQP connector? > > > > > > John > > >