i manage to create a subscriber using topicSession.createSubscriber(Topic,
null, false), I think i've seen a bug reported for the
topicSession.createSubscriber(Topic), I'm using orion1.4.5,

however, I get this error javax.jms.InvalidDestinationException: Invalid
topic, when trying to create a subscriber using a TemporaryTopic, Is this a
bug???? I have written a test case which i will submit to bugzilla.

regards

colin........

----- Original Message -----
From: "Vidur Dhanda" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, March 19, 2001 3:40 PM
Subject: Creating subscribers in JMS


> Hello,
>
> Is it legal to call topicSession.createSubscriber(Topic) on a
> TopicSession that was created via
> topicConnection.createTopicSession(...) after the topicConnection has
> been started?  In 1.4.5 and 1.4.7 Orion hangs at the createSubscriber
> call.
>
> Thanks,
> Vidur
>
> --
> Vidur Dhanda
> Active Solutions
> tel: 617/566-1252
> [EMAIL PROTECTED]
> www.active-solutions-inc.com
>
>
>
>


Reply via email to