[ openjms-Bugs-614241 ] JMS messages over 4k persistence fails
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #614241, was opened at 2002-09-25 07:35
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=614241&group_id=54559
Category: persistence
Group: v0.7.2b14
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Jim Alateras (jalateras)
Summary: JMS messages over 4k persistence fails
Initial Comment:
I have a PTP messaging system. Whenever I produce a
Message over 4K and farther
I get an exception javax.jms.JMSException: Failed to
addPersistentMessage :
org.exolab.jms.persistence.PersistenceException: add
msg
I've been analizing carefully what is the reason of it. I'm
using Oracle thin
jdbc drivers.I suspect that the problem is that the
internal JMS code is using
certain inappropiate jdbc methods to store de JMS
messages into the table
columns (some of it are limited to 4K).
Do any class of OpenJMS need to be modified so?
Thanks in advance.
----------------------------------------------------------------------
>Comment By: Tim Anderson (tanderson)
Date: 2003-01-13 04:42
Message:
Logged In: YES
user_id=557161
Fixed in 0.7.3. See http://sourceforge.net/tracker/?
func=detail&aid=615686&group_id=54559&atid=47413
6
----------------------------------------------------------------------
Comment By: Tim Anderson (tanderson)
Date: 2002-09-26 00:54
Message:
Logged In: YES
user_id=557161
From memory, oracle has a 4K limit when using the thin
drivers. Try using the OCI drivers instead.
----------------------------------------------------------------------
Comment By: Sonsoles Fernandez (sfernandez)
Date: 2002-09-25 07:45
Message:
Logged In: YES
user_id=617678
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=614241&group_id=54559