You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by madhav <Ma...@sabre.com> on 2007/06/29 23:41:31 UTC

Using XBeanBrokerService

Hello,
We use ActiveMQ brokers embedded within our server applications that are
deployed on multiple machines (under weblogic clustering). 
Each server application has multiple clients connected to it. Clients invoke
server services using RMI calls, where as server dumps data asynchronously
to clients using lingo (server plays client role here).
Following is the XBeanBrokerService definition we use.
Now the questions are:
1) Is the specification of transportConnectorURIs used for connectivity
between the clients and the server app that has the broker? or is it used
between two brokers in the two server apps?
2) Are the options wireFormat.maxInactivityDuration=0 and
wireFormat.cacheEnabled=true applicable if the transportConnectorURIs is
specified for intra broker communication?
3) How is the specification of networkConnectorURIs used?


  
  
  
  
  
    
     
tcp://localhost:61616?wireFormat.maxInactivityDuration=0&wireFormat.cacheEnabled=true&maxReconnectAttempts=2000&backOffMultiplier=1
    
  
  
    
      static:(tcp://machine1:61616, tcp://machine2:61616)
    
  



  
  
  
  
  
      

-- 
View this message in context: http://www.nabble.com/Using-XBeanBrokerService-tf4002198s2354.html#a11367681
Sent from the ActiveMQ - User mailing list archive at Nabble.com.