Hi Adrain,
 I tried to use openjms for some mdbs as a remote jms provider. 
changes done:-
1. added in standardjboss.xml
      <!-- for OpenJMSProvider -->
      <invoker-proxy-binding>
         open-jms-provider
         <invoker-mbean>open-jms-provider</invoker-mbean>
         <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
         <proxy-factory-config>
            OpenJMSProvider
            StdJMSPool2
            15
            1
            
               10
               
                  /queue1
                  10
                  0
               
            
         </proxy-factory-config>
      </invoker-proxy-binding>


2. deployed on file openjms-ds.xml
<?xml version="1.0" encoding="UTF-8"?>

<connection-factories>

  <!-- ==================================================================== -->
  <!-- JMS Stuff                                                            -->
  <!-- ==================================================================== -->

  <!-- The JMS provider loader -->
  
    OpenJMSProvider
    rmi://local:1099
    
org.jboss.jms.openjms.OpenJMSProvider
    
    JmsQueueConnectionFactory
    JmsTopicConnectionFactory
  
</connection-factories>

3. added the resources in mdb jboss.jcml
      <message-driven>
         <ejb-name>TestMDB</ejb-name>
         <destination-jndi-name>queue1</destination-jndi-name>
      </message-driven>
    <invoker-bindings>
            
               
<invoker-proxy-binding-name>open-jms-provider</invoker-proxy-binding-name>
            
         </invoker-bindings>

   </enterprise-beans>


I sent  some messages to openjms server, but my mdb in jboss never listens for them. 
what could be wrong then?
please reply me.
Thanks&Regards,
siva
[EMAIL PROTECTED]

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to