age-
> From: Sebastian Hauer
> Sent: Monday, November 18, 2002 6:15 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Empty String message selector is invalid
>
>
>
> Hi,
>
> I am doing some JMS testing on JBoss and I just discovered
> that the empty Stri
Hi,
I am doing some JMS testing on JBoss and I just discovered that the
empty String specified as a message selector is invalid in the JBoss JMS
implementation.
Example:
TopicSubscriber subscriber =
session.createDurableSubscriber(topic, "mySubscription", "", false);
>From the Sun JavaDo