ActiveMQ client on Blackberry/JME/J2ME

2007-03-30 Thread bhartsb
Hi, I'm wondering if anyone can give me some suggestions for running a JMS client on a Blackberry device. Has anyone done this? Any suggestions for how to accomplish this would be greatly appreciated. As I understand it, Blackberry's have some of there own APIs and support only a subset of J

How to handle accented Characters in ActiveMQ

2007-03-30 Thread Zango
XML message sent to the queue has accented characters. ActiveMQ just stops Queue client from reading the queue and all following messages are stored. On re-starting the ActiveMQ the XML message with accent is flushed and no longer available for processing. Any ideas ? -- View this message in

AMQ 4.2 issue with prefetchExtension in TopicSubscription.java

2007-03-30 Thread yaussy
What is the purpose of the prefetchExtension counter in TopicSubscription.java (AMQ 4.2)? Not sure what is trying to be accomplished, but one way or another, the way it is implemented / used is causing the isFull method to never return true. In fact, PrefetchSize in jconsole shows an ever increa

Re: Single Producer waiting on send

2007-03-30 Thread Gaurav Hariani
Would this show up in the memory usage on the broker? Yesterday we experienced this problem again the producer blocked for 22 hours this time. The messages are all very small 200 bytes each and one message is sent every 5-6 seconds. James Strachan wrote: You might be hitting this...

Re: Data size bigger than max size for this type

2007-03-30 Thread James Strachan
On 3/30/07, ron55test <[EMAIL PROTECTED]> wrote: I did a build from trunk and tested it. It works fine now. Awesome - thanks for letting us know! James ron55test wrote: > > When I try to produce a large message (a list of POJOs), I get the > exception below. I'm using Oracle 10g with Sp

Re: Data size bigger than max size for this type

2007-03-30 Thread ron55test
I did a build from trunk and tested it. It works fine now. ron55test wrote: > > When I try to produce a large message (a list of POJOs), I get the > exception below. I'm using Oracle 10g with Spring and activemq. > --I don't get this exception if I use Derby as the database. > --I'm using

ActiveMQ e Jonas

2007-03-30 Thread tewfik
i have to used activemq into jonas, i know there are other application server but i am obliged to used jonas as server. i want a tutorial for integrate activemq in jonas . Thanks for Helps.. -- View this message in context: http://www.nabble.com/ActiveMQ-e-Jonas-tf3492449s2354.html#a9753894

Re: Data size bigger than max size for this type

2007-03-30 Thread James Strachan
On 3/30/07, ron55test <[EMAIL PROTECTED]> wrote: The column is of type blob. This is what the table structure is as created by activemq: CREATE TABLE ACTIVEMQ_MSGS" ("ID" NUMBER(32,0) NOT NULL ENABLE, "CONTAINER" VARCHAR2(250), "MSGID_PROD" VARCHAR2(250), "MSGID_

Re: Error in prototype.js

2007-03-30 Thread didyeah971
I did, and i find it quite easy and reliable to send e simple text message. In the portofolio.js, the datas are retrieved from HTML document, if i understood. What i want to do is send datas from an XML files loaded thanks to XMLHTTPRequest. On the website, it's said that it is possible to send we