Hi Ming,

I think that nobody needs to do something like this because, guessing about
your problem, you could be trying to dont allow to send messages to a
queue/topic, if you have no consumer of  the same one? (the consumer creates
the queue/topic). is it? (if I'm wrong sorry)
One of the features of JMS is that is asynchronous, and if you are doing
things like that, you are not using one of the features of the message
oriented systems.

It's only an opinnion :-P


Regards!


2011/4/28 Timothy Bish <tabish...@gmail.com>

> On Thu, 2011-04-28 at 07:43 -0700, mruan wrote:
> > Thank you very much! In fact I read a lot of your posts on activeMQ.
> >
> > I'm sorry that I still cannot find the solution by reading the faq. I
> hope
> > that you understand what I want: just send a textMessage to an existing
> > queue, that's it. Now the situation is as follows:
> >
> > - if the queue does exist, no problem, the message is sent to the queue
> > - if the queue does NOT exist, I hope that NO queue will be created and
> > return me a warning of abort.
> >
> > I don't understand:
> >
> > - why nobody needs to do like what I do?
> > - why it is so difficult to do it without creating a queue? (Misrosoft
> > provides two methods: one for sending message to a new queue
> -->createqueue;
> > and one to an existing queue -->openqueue
> >
> > Would you please give me a bit more info? I use the Helloworld.cpp as
> > example.
> >
> > Thanks in advance
> >
>
> Try reading the FAQ entries again, you need to create the destinations
> you want at startup via:
>
> http://activemq.apache.org/configure-startup-destinations.html
>
> Then configure security to disallow those whom you don't want to be able
> to create destinations via:
>
> http://activemq.apache.org/security.html
>
>
> Regards
>
>
> --
> Tim Bish
> ------------
> FuseSource
> Email: tim.b...@fusesource.com
> Web: http://fusesource.com
> Twitter: tabish121
> Blog: http://timbish.blogspot.com/
>
> Connect at CamelOne May 24-26
>
> The Open Source Integration Conference
>
>


-- 
Óscar Pernas Plaza.

Reply via email to