[JBoss-user] [Messaging, JMS & JBossMQ] - Re: message size

2005-03-27 Thread jianjia
Sorry, I haven't logged into this forum for a long time. I've tested oracle 
with openjms, and it can accept up to 10M message.  You might change a db and 
see if it works. Hope this help.

Thanks
Jianjia


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871738#3871738

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871738


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: 404 status error when logging into Duke Bank

2004-04-16 Thread jianjia
you are probably not deploying Duke's Bank correctly. The resource can not be found.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831087#3831087

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831087


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: I have an ant problem

2004-04-16 Thread jianjia
Would you download the Apache Ant again, and set up the classpath accordingly.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831088#3831088

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831088


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Chapter 5 JMS example fails

2004-04-16 Thread jianjia
You need to deploy the application client jar on JBoss as well.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831085#3831085

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831085


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: message size

2004-04-07 Thread jianjia
Thank you very much for your help. I will try to find some alternative solutions 
myself. Cheers.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829682#3829682

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829682


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: message size

2004-04-06 Thread jianjia
Hi Adrian,

Thank you very much for replying my message. I have read the topic you recommended. 
But it did not solve my problem. 

Plainly speaking, I want to send a BytesMessage with one mega bytes to and forth two 
queues and track the RTT(round trip time). The error messages are shown below. I 
changed the contents  of MESSAGEBLOB here which is actually one mega bytes long.

at org.jboss.mq.pm.jdbc2.PersistenceManager.add(PersistenceManager.java:745)
at org.jboss.mq.server.PersistentQueue.addMessage(PersistentQueue.java:44)
at org.jboss.mq.server.JMSQueue.addMessage(JMSQueue.java:145)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:407)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:383)
at 
org.jboss.mq.server.JMSServerInterceptorSupport.addMessage(JMSServerInterceptorSupport.java:136)
at 
org.jboss.mq.security.ServerSecurityInterceptor.addMessage(ServerSecurityInterceptor.java:162)
at 
org.jboss.mq.server.TracingInterceptor.addMessage(TracingInterceptor.java:279)
at org.jboss.mq.server.JMSServerInvoker.addMessage(JMSServerInvoker.java:136)
at 
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:249)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.sql.SQLException: Serialization failure in statement [INSERT INTO 
JMS_MESSAGES (MESSAGEID, DESTINATION, MESSAGEBLOB, TXID, TXOP) 
VALUES(2,'QUEUE.RequestQueue','aced00057a04000202000c5265717565737',NULL,'A')]
at org.hsqldb.Trace.getError(Unknown Source)
at org.hsqldb.Result.(Unknown Source)
at org.hsqldb.jdbcConnection.executeHSQL(Unknown Source)
at org.hsqldb.jdbcConnection.execute(Unknown Source)
at org.hsqldb.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbcStatement.executeUpdate(Unknown Source)
at org.hsqldb.jdbcPreparedStatement.executeUpdate(Unknown Source)
at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:324)
at org.jboss.mq.pm.jdbc2.PersistenceManager.add(PersistenceManager.java:783)
at org.jboss.mq.pm.jdbc2.PersistenceManager.add(PersistenceManager.java:730)
... 10 more

This error occurs only when I sent 1 MB BytesMessage, I have tested with 16K, 32K, 
64K, 128K... and there are no problems. 
Any lucks to hear from you again?


Best Regards
Jianjia

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829544#3829544

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829544


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - message size

2004-04-05 Thread jianjia
Hello, I am doing a MSc project in which I need to evaluate the proformance throughput 
of JBossMQ and JMS.
One of the test methods that I had designed is to send BytesMessage of increasing size 
(from 16Kb to 1Mb bytes) to JBossMQ. Unfortunately when I increased the message size 
to 512K, the test application is very unstable and exceptions are thrown. The error 
messages are mainly about OutOfMemoryError and could not store message to persistent 
storage. I use Hypersonic DB as Persistence Management by default, no special 
configuration are made. Would anybody tell me how to configure JBossMQ to accept large 
data quantities into PM. 

Many thanks
Jianjia

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829262#3829262

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829262


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET & SOAP] - Re: A WSR with 2 services

2004-02-23 Thread jianjia
I think one web-service.xml is enough, just put another 
 tag in the file. 


Cheers
JJ

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822586#3822586

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822586


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user