Hi all, 

I am using XFire 1.2.6 and I am hoping that someone can confirm that for every 
service you will need a distinct queue. I am using a binding similar to: 

<bindings> 
 <soap11Binding name="tns:MyServiceJMSBinding" 
transport="urn:xfire:transport:jms"> 
  <endpoints> 
   <endpoint name="tns:MyServiceJMSPort" url="jms://MyQueue?MyService" /> 
  </endpoints> 
 </soap11Binding> 
</bindings> 

If I try to define another endpoint using the same MyQueue with a different 
service, then the messages placed on the queue will be handled by either 
services in a round robin fashion.  I have looked at the JMSChannel code and it 
does appear that I do need 2 distinct queues.  But I wanted to make sure that 
there is not a way to filter the messages on the same queue or something like 
that.
 
Thanks,
Josh


 
____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to