[jboss-user] [JBoss Messaging] - Re: Performance issue for persistent manager of JBoss Messag

2008-07-11 Thread gary.c.chen
Our queue configuration is as follow : | | mbean code=org.jboss.jms.server.destination.QueueService | name=jboss.messaging.destination:service=Queue,name=smsIncomingQueue |xmbean-dd=xmdesc/Queue-xmbean.xml |depends

[jboss-user] [JBoss Messaging] - Performance issue for persistent manager of JBoss Messaging

2008-07-10 Thread gary.c.chen
I am very confused by the internal behavior of persistent manager of jboss messaging with ms sql server. I use event tracer of ms sql server to capture sql statements sent out from one jms message comes into jms queue to consumed by consumer. The following sql statements shows one jms message

[jboss-user] [JBoss Messaging] - Re: Performance issue for persistent manager of JBoss Messag

2008-07-10 Thread gary.c.chen
We are now using JBM 1.4.0.SP3, and we just use a queue with one message producer and one message consumer, never use topic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163739#4163739 Reply to the post :

[jboss-user] [Microcontainer] - MSSQL Persistent Manager issue

2008-07-09 Thread gary.c.chen
I am so confused on the sql trace when I open persistent mechanism for jms message with mssql server database. When one jms message is produced and consumed, the following sql statements has been captured. You can see, one jms message cause 25 times insert statement execution, and It already

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-22 Thread gary.c.chen
timfox, could you please give me a reply ? thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159807#4159807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159807 ___

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-20 Thread gary.c.chen
Afterward we setted up another test, this time we setted the parameter to ten minutes, and we setted the FullSize parameter, PageSize parameter, DownCacheSize parameter of the queue to be tested to 3355444, 1, and 1, and the messages we sended in this test were all NON_PERSISTENT

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-20 Thread gary.c.chen
the duration parameter to ten minutes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159507#4159507 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159507 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - I got some performance problem while sending a lot of messag

2008-06-19 Thread gary.c.chen
Hi, I am now attempting to use JBM as a JMS Server on my application. I did a performance test on it using the JBossJMSNewPerformanceBenchmark framework, but the result was so difference from the performance result that we saw on the development wiki. My test environment and executors setup

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread gary.c.chen
As you said, Database that persistent manager processes is bottleneck. Is there any method can improve performance of the traffic between jms queue and persistent db? Exactly, we tried to use batch mode for persistent manager. But I don't find any option to alternate the batch size. Finally, I

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread gary.c.chen
Another question : How can I turn off the persistent while sending and receiving messages ? That means all the messages sended to the queues are just store in memory. regardless PERSISTENT message or NON_PERSISTENT message. View the original post :

[jboss-user] [JBoss Messaging] - Re: I got some performance problem while sending a lot of me

2008-06-19 Thread gary.c.chen
Yes, I got it, thanks fox. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159439#4159439 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159439 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Can JBoss Messaging uses direct method invocation while

2008-06-13 Thread gary.c.chen
en, I see, may be the client and the server have the same parent ClassLoader so they are in the same ClassLoader. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157894#4157894 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Can JBoss Messaging uses direct method invocation while

2008-06-12 Thread gary.c.chen
En, could you please tell me how JBM determine client and server are in the same VM ? You know, in a Servlet we use JNDI as follow : Context ctx = new InitialContext(); QueueConnectionFactory factory = (QueueConnectionFactory) ctx.lookup(java:/ConnectionFactory); and we don't use the JNDI

[jboss-user] [JBoss Messaging] - Can JBoss Messaging uses direct method invocation while send

2008-06-11 Thread gary.c.chen
I am now using JBoss Messaging as a JMS server in my application and I don't use any Cluster feature now and this application is deployed on JBoss AS 4.2.2.GA. In my application I use JMS API to send messages and receive messages in a Servlet, that means the JMS client and JMS server are in the