I am creating and using durable subscriber by:

topicConnection.setClientID("MyClientID");
topicSession.createDurableSubscriber(topic, "MySubscriptionName");

and configurring it in conf/jbossmq-state.xml 


        
                
                        john
                        needle
                        MyClientID
                
        
        
                
                      MyClientID
                      MySubscriptionName
                       MyTopic
                
        



But i am getting exception:

javax.naming.NameNotFoundException: topic not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
etc............
Plz tell me how to solve the problem and how can i create and use a durable 
subscriber in jboss-3.2.3.


--------------------------------------------------------------------------------
Go to top   Edit this page   More info...   Attach file... 
@jboss.org.  


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948620#3948620

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948620


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to