You send the messages to a Destination with the same name as the one you've configured your MDB to listen on.
regards Tim On Wed, 2007-06-06 at 10:53 -0700, alexvs wrote: > Hi guys, > > I need help! I have two extra days to finish this project and I can't > figure out how to make my C++ client send messages to ActiveMQ and have > these messages delivered to my MDB. I have the example running in C++, but > I don't know how to locate the JMS topic or connection that would route to > my MDB. > > Any help would be greatly appreciated! > > Thanks.