[jboss-user] [EJB 3.0] - How to configure pool/cluster for numbers of instances of a
john_woo@canada.com
do-not-reply at jboss.com
Sun Aug 26 14:11:57 EDT 2007
Hi,
I'm using EJB 3 for a msg, the code likes:
@MessageDriven(activationConfig = {
@ActivationConfigProperty(
propertyName="destinationType",
propertyValue="javax.jms.Topic"),
@ActivationConfigProperty(
propertyName="destination",
propertyValue="...")
})
@Clustered
public class MyMSGBean implements javax.jms.MessageListener
...
but it seemed there is only one instance in container, which slowdowns processing all requests.
Can any one tell how to set like pool/cluster size for this bean?
Thanks
John
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078154#4078154
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078154
More information about the jboss-user
mailing list