I am just trying to replicate what's bound to Java's JNDI. (java:topic/SciTegic). Also when I output the message to the console from the MDB, I get this:
3:37:45,280 INFO [STDOUT] onMessage() - SpyTextMessage { Header { jmsDestination : TOPIC.SciTegic jmsDeliveryMode : 2 jmsExpiration : 0 jmsPriority : 4 jmsMessageID : ID:7-11810758652651 jmsTimeStamp : 1181075865265 jmsCorrelationID: null jmsReplyTo : null jmsType : null jmsRedelivered : false jmsProperties : {} jmsPropReadWrite: false msgReadOnly : true producerClientId: ID:7 } Body { text :TEST MESSAGE FOR MDB } } So the destination seems to be called TOPIC.SciTegic? Am I wrong? Albert Strasheim wrote: > > On Wed, 06 Jun 2007, alexvs wrote: > >> destination = session->createTopic( "TOPIC.SciTegic" ); // IS THIS THE >> RIGHT >> NAME TO USE? > > I think you just want "SciTegic". Do you know of any documentation that > would indicate that you should prepend "TOPIC." ? > > Cheers, > > Albert > > -- View this message in context: http://www.nabble.com/Integrating-C%2B%2B-Client-with-MDB-tf3879413s2354.html#a10995796 Sent from the ActiveMQ - User mailing list archive at Nabble.com.