BTW, have you tried making a Java client that does not use JNDI?  You should
have the same result as using the C++ client.  Perhaps you could simplify
your problem by cooking up a simple Java client and eliminating C++
altogether.

On 6/7/07, Nathan Mittler <[EMAIL PROTECTED]> wrote:

That would be my guess (use "topic/SciTegic") ... the problem of creating
topics vs using pre-existing ones should not be a non-issue.  All
topics/queues in ActiveMQ are dynamic, so it doesn't matter how you create
them (from the client-side or server-side).  So long as the names are the
same, it should work.

On 6/7/07, Desire ATANGA <[EMAIL PROTECTED]> 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
>
>

Reply via email to