Re: [JBoss-user] More than one TopicConnectionFactory??

2001-07-14 Thread Jason Dillon

Where are you expecting that it will be bound too?  Where is the topic
factory connection that you wish DurableTopicConnFactory to be bound to?
Perhaps you should specify the jndi-name?

--jason


On Fri, 13 Jul 2001, Scott Bermon wrote:

> Can I create more than one TopicConnectionFactory?
>
> I would like to use one for Durable Subscribers and the other
> for non-durable.
>
> But when I try to access the DurableTopicConnFactory it says it's not bound.
>
> In JNDIView there is only one entry for TopicConnectionFactory.
>
> HELP!
>
> jboss.xml
> --
> 
> 
> jms/DurableTopicConnFactory
> jms/DurableTopicConnFactory
> 
> 
>  jms/TopicConnectionFactory
>  jms/TopicConnectionFactory
> 
> .
>
>
>
> ejb-jar.xml
> ---
> 
> 
>   Supports Durable Subscriber for AFS-ATS
>   jms/DurableTopicConnFactory
>   javax.jms.TopicConnectionFactory
>   Container
>  
>  
>   
>   jms/TopicConnectionFactory
>   javax.jms.TopicConnectionFactory
>  Container
> 
>
>


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] More than one TopicConnectionFactory??

2001-07-13 Thread Scott Bermon



Can I create more 
than one TopicConnectionFactory?
 
I would like to use 
one for Durable Subscribers and the other
for 
non-durable.
 
But when I 
try to 
access the DurableTopicConnFactory it says it's not bound.
 
In JNDIView there is 
only one entry for TopicConnectionFactory.
 
HELP!
 
jboss.xml
--

    
jms/DurableTopicConnFactory    
jms/DurableTopicConnFactory 
jms/TopicConnectionFactory 
jms/TopicConnectionFactory
.
 
 
 
ejb-jar.xml
---

      
Supports Durable Subscriber for 
AFS-ATS      
jms/DurableTopicConnFactory  
javax.jms.TopicConnectionFactory  
Container    
  
jms/TopicConnectionFactory  
javax.jms.TopicConnectionFactory 
Container