RE: [JBoss-user] Empty String message selector is invalid

2002-11-18 Thread Sebastian Hauer
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

[JBoss-user] Empty String message selector is invalid

2002-11-18 Thread Sebastian Hauer
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