Hi, I have 2 services. Both the services are created with composite scope.
a) Webservice which puts the incoming request in a queue b) A JMS service which takes the message from the queue and process it. Even though there are more message in the queue, the JMS service is processing it sequentially. Is it because of "Composite scope" Is there a way to increase the number of instances of the JMS service? In pure J2EE we can increase the MDB count. How to do this in Tuscany since it uses MDB underneath? Thanks, Haneef
