Re: Integrating C++ Client with MDB

2007-06-07 Thread alexvs
That's what I tried first, but "topic/SciTegic", according to jboss is the jndi name of the topic. The actual topic name is SciTegic, but maybe something else has to be appended to the name, I have no clue. This is for a huge C++ application we're trying to integrate with an APP server, so, unfo

RE: Integrating C++ Client with MDB

2007-06-07 Thread alexvs
Yes, I have. datanga wrote: > > Hello, > >> destination = session->createTopic( "TOPIC.SciTegic" ); // IS THIS THE >> RIGHT NAME TO USE? > > Have you tried to this? > > destination = session->createTopic( "topic/SciTegic" ); > > Cheers, > > Desire > > > -- View this message in contex

Re: Integrating C++ Client with MDB

2007-06-06 Thread alexvs
Hi Albert Same here; I see it listed on jboss JMX console as well. If C++ calls with a topic name of TEST.FOO, that topic is added to the list. However, nothing happens when I use the exact same destination name as the one my MDB is listening to. In a sense I am not "creating" a topic, I am me

Re: Integrating C++ Client with MDB

2007-06-06 Thread alexvs
Hi Albert - Yes, I have. No luck. Albert Strasheim wrote: > > Hello > > On Wed, 06 Jun 2007, alexvs wrote: > >> 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 >&g

Re: Integrating C++ Client with MDB

2007-06-06 Thread alexvs
: 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"

Re: Integrating C++ Client with MDB

2007-06-06 Thread alexvs
me 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

Integrating C++ Client with MDB

2007-06-06 Thread alexvs
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 rou