Hello all,
I am getting a "javax.jms.JMSException: That destination queue does not
exist" error when I attempt to run the Retailer piece of the sample
application from chapter 4 of Monson-Haefel/Chapell's Java Message Service
book. (I got the chapter 2 example working fine).
The exception occurs when I start Retailer (by typing "java Retailer
localhost sahra spot"). The error appears to occur on the line
session.createDurableSubscriber(hotDealsTopic, "Hot Deals Subscription").
Can someone suggest what's wrong?
-Brian K. Buckley
[EMAIL PROTECTED]
-------------------------------------------------
In the Retail/Wholesaler source code, I changed "Hot Deals" to "topic/Hot
Deals" and the pertinent entries in my jbossmq.xml file are shown below. I
am using jBoss 2.2.1.
....
<Topic><Name>Hot Deals</Name></Topic>
...
<User>
<Name>sahra</Name>
<Password>spot</Password>
</User>
...
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user