On 26 Jul, Brian Sondergaard wrote:
> I'm trying to run the latest jbossmq. I brought down the code and everything built 
>fine, but when I try to combine this with the latest JBoss, I run into what appears 
>to be configuration troubles. I've studied closely the changes to the JBossMQ config, 
>but I must be overlooking something. When I try to start the server, all goes well 
>until it attempts to deploy any MessageDrivenBeans, at which point the following 
>occurs during initialization:
> 
>     Serious error in init: javax.naming.NameNotFoundException: 
>INVMXAQueueConnectionFactory not bound
>     javax.naming.NameNotFoundException: INVMXAQueueConnectionFactory not bound
> 
> The latest JBoss runs fine if I don't update JBossMQ.
> 
> Thanks for your help.
> 
> Brian

As far as I know the latest JBossMQ has not yet been integrated with the
2.5.x series. Since a lot have changed in JBossMQ, it's of no supprise
that it no longer works:

Here is what probably needs to be done:

1. Change ProviderAdapter stuff to use new names for connection
   factories (INVMXAConnectionFactory - for both queues and topics)

2. Ad the ability to create topics and queues on the fly to the new
   JBossMQ (or get ridd of the code in JMSContainerInvoker that try to
   do that ;-)).

//Peter
-- 
Jobba hos oss: http://www.tim.se/weblab
------------------------------------------------------------
Peter Antman             Technology in Media, Box 34105 100 26 Stockholm
Systems Architect        WWW: http://www.tim.se
Email: [EMAIL PROTECTED]        WWW: http://www.backsource.org
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 
------------------------------------------------------------


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to