This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Error trying to access remote Queue or Topicjaikiran Aug 23, 2006 8:35 AM (in response to neidisch)Is your queue secured using a security manager? Post the configuration of the OrderBriefQueue queue 
- 
        2. Re: Error trying to access remote Queue or Topicneidisch Aug 23, 2006 8:49 AM (in response to neidisch)I am actually using one default configuration: <mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=OrderBriefQueue"> <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends> </mbean> 
 I add log information; the exception comes while trying to create the QueueConnection:connection = queueFactory.createQueueConnection(); 
 Neidisch
- 
        3. Re: Error trying to access remote Queue or Topicjaikiran Aug 23, 2006 9:04 AM (in response to neidisch)Looks like a known bug in JBoss-3.2.2. Have a look at: 
 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=52018&postdays=0&postorder=asc&start=0
- 
        4. Re: Error trying to access remote Queue or Topicneidisch Aug 23, 2006 9:16 AM (in response to neidisch)Thanks for the prompt response jaikiran, it is better to be aware of such things... I'll move to JBoss 4 soon and in the meanwhile I'll manage the queue messages in the same server. 
 Neidisch
 
    