What this means? Urgent!!

2008-10-24 Thread bill richard
2008-10-24 17:07:04,998 [91.249.93:31885] WARN RegionBroker - Failed to send ActiveMQTextMessage {commandId = 5, responseRequired = true, messageId = ID:nwdellsrv3-31125-1224836545198-1:117:1:1:1, originalDestination = null, originalTransactionId = null, producerId = ID:nwdellsr

Can not receive messages!

2008-10-20 Thread bill richard
hi,all when i send message to a remote amq server,the below warn was printed. And the receiver can not receive the messages. WARN RegionBroker - Failed to send ActiveMQTextMessage {commandId = 1557, responseRequired = true, messageId = ID:nwdellsrv3-59634-1224503633072-0:8:1:77

Is there any artical or paper describing the AMQ or similar messaging middleware?

2008-08-06 Thread bill richard
hi,all Is there any article or paper describing the AMQ or similar messaging middleware? conference papers and journal papers are all good. Please send me a copy or URL.([EMAIL PROTECTED]) thanks in advance! -- View this message in context: http://www.nabble.com/Is-there-any-artical-or-pap

enqueue counter always equals pendingqueue size,and dequeue counter=0

2008-03-25 Thread bill richard
when i use jconsole monitor AMQ,i found enqueue counter always equals pendingqueue size,and dequeue counter=0 after running one day. I Use the SNAPSHOT of 0324 any advise -- View this message in context: http://www.nabble.com/enqueue-counter-always-equals-pendingqueue-size%2Cand-dequeue-cou

DEAD LOCK?

2008-03-23 Thread bill richard
I am using AMQ 5.0.0,and i found my thread's status became WAITING after running 6 hours. And here is the thread stack: at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:118) at java.util.concurrent.locks.AbstractQueuedSynchro

why does this happen?

2008-03-18 Thread bill richard
2008-03-18 10:20:15,956 [226.40.41:38271] WARN ManagedTransportConnection - Failed to register MBean: org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=openwire,Connection=IP_180801XX 2008-03-18 10:21:05,426 [91.249.94:53010] ERROR TransportConnector -

Re: Inactivity monitor exception is closing connection.

2008-03-18 Thread bill richard
I also met this situation,and I set a exception listener,when the exception listener listened this kind of exception.it will redo the sub. And i also tried setting the maxIn..=0.but it has a bug,i reported it long time ago. lurker wrote: > > I'm programming some kind of messaging prog

Could anyone can add me into the mailinglist?

2008-03-16 Thread bill richard
When i confirm my subscribe,it always failed. Says: [EMAIL PROTECTED] SMTP error, DOT: 552 spam score (8.2) exceeded threshold So could someone do me a favor? -- View this message in context: http://www.nabble.com/Could-anyone-can-add-me-into-the-mailinglist--tp16086864s2354p16086864.html Sent

Re: Dural-subScriber can not receive message!

2008-01-04 Thread bill richard
why these things happened? any hint? bill richard wrote: > > https://issues.apache.org/activemq/browse/AMQ-1536 > -- View this message in context: http://www.nabble.com/Dural-subScriber-can-not-receive-message%21-tp14610996s2354p14629018.html Sent from the ActiveMQ - User mai

Dural-subScriber can not receive message!

2008-01-03 Thread bill richard
https://issues.apache.org/activemq/browse/AMQ-1536 -- View this message in context: http://www.nabble.com/Dural-subScriber-can-not-receive-message%21-tp14610996s2354p14610996.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Is there any article about the internal of AMQ?

2008-01-03 Thread bill richard
ence.pdf > and hiram has written a high level guide to threading here: > http://open.iona.com/wiki/display/ProdInfo/Understanding+the+Threads+Allocated+in+ActiveMQ > but this is something I'll try and do in the next couple of months. > > cheers, > > Rob > >

Is there any article about the internal of AMQ?

2008-01-03 Thread bill richard
I m viewing the source code of AMQ5.Is there any article about the internal of AMQ? That would do much help for me to understand the code. thanks! -- View this message in context: http://www.nabble.com/Is-there-any-article-about-the-internal-of-AMQ--tp14593827s2354p14593827.html Sent from the A

Re: unsubscribe unsuccess!!

2008-01-02 Thread bill richard
lso reported this: https://issues.apache.org/activemq/browse/AMQ-1533 rajdavies wrote: > > Hi Bill, > > this is obviously a bug - could raise an issue on > http://issues.apache.org/activemq/browse/AMQ > > thanks, > > Rob > > On Jan 2, 2008, at 2:27 AM, bill richar

Re: unsubscribe unsuccess!!

2008-01-01 Thread bill richard
can anyone give me some hint?why this exception was thrown? bill richard wrote: > > [EMAIL PROTECTED] msgclient]$ javax.jms.JMSException: > java.lang.NullPointerException > at > org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:4

unsubscribe unsuccess!!

2007-12-30 Thread bill richard
[EMAIL PROTECTED] msgclient]$ javax.jms.JMSException: java.lang.NullPointerException at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1178) at org.apache.acti

Is there any possibility that AMQ 5.0 refuse connection

2007-12-29 Thread bill richard
when i use AMQ 5.0 under linux,the client got refuse exception! how does this happen? -- View this message in context: http://www.nabble.com/Is-there-any-possibility-that-AMQ-5.0-refuse-connection-tp14538112s2354p14538112.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: another exception i got!

2007-12-20 Thread bill richard
uld be related to the InactivityMonitor > closing down transports - did you see any other exceptions? > > thanks, > > Rob > > On Dec 21, 2007, at 1:55 AM, bill richard wrote: > >> >> And this exception did not show up all the time,sometimes it did. &g

How to setup amq development envirment?

2007-12-20 Thread bill richard
hi,all i want to debug the amq source fully,and i want to be able to modify the code and jar it myself. i downloaded the source code,but the amq project is build by maven2(i never use that before). How i can set up a develop envirment for Activemq? many thanks!! -- View this message in context:

Re: another exception i got!

2007-12-20 Thread bill richard
And this exception did not show up all the time,sometimes it did. it will take about half a hour to got that exception. rajdavies wrote: > > Hi Bill, > > which version are you using ? > > thanks, > > Rob > > On Dec 20, 2007, at 7:26 AM, bill richard wrote: &

Re: another exception i got!

2007-12-20 Thread bill richard
activemq 5.0.0 linux server, rajdavies wrote: > > Hi Bill, > > which version are you using ? > > thanks, > > Rob > > On Dec 20, 2007, at 7:26 AM, bill richard wrote: > >> >> when I got exception,i will close the connection and reconnect,then

another exception i got!

2007-12-19 Thread bill richard
when I got exception,i will close the connection and reconnect,then do the dural subscribe. but incured the below exceptions. why? Error encountered,will recover subscribtion.Broker: localhost - Client: 10.61.0.212:180801messageproxy- already connected from /10.61.0.212:33294Thu Dec 20 15

EOFException

2007-12-19 Thread bill richard
what this exception is about?? javax.jms.JMSException: java.io.InterruptedIOException at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:62) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1183) at org.apache.ac

Re: ActiveMQConnection:onAsyncException

2007-12-19 Thread bill richard
thanks,but it did not work under my envirment. ttmdev wrote: > > Setting maxInactivityDuration=0 took care of all the > InactivityIOException's that I was getting. > > Joe > > > bill richard wrote: >> >> Dose that work?? >> Since the con

Re: ActiveMQConnection:onAsyncException

2007-12-19 Thread bill richard
t.maxInactivityDuration=0 > > Hope this helps, > Joe > > > > bill richard wrote: >> >> made a dural subscribe and wait for message. >> i doubt the the connection or session created for subscribing is inactive >> if there is no message for certain

Re: ActiveMQConnection:onAsyncException

2007-12-18 Thread bill richard
org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:70) at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:75) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1172) ... 9 more bill richard

Re: ActiveMQConnection:onAsyncException

2007-12-18 Thread bill richard
Yes,i made a test and find what i doubt is right. i should set exception listener which recover the subscribe.still testing... bill richard wrote: > > made a dural subscribe and wait for message. > i doubt the the connection or session created for subscribing is inactive > if

Re: ActiveMQConnection:onAsyncException

2007-12-18 Thread bill richard
eption ? > On Dec 18, 2007, at 10:52 AM, bill richard wrote: > >> >> thanks. >> The list is below, >> JAVA: >> java version "1.5.0_06" >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) >> Java HotSpot(TM) Client VM (build

Re: ActiveMQConnection:onAsyncException

2007-12-18 Thread bill richard
d.java:595) Hiram Chirino wrote: > > What amq, jvm, os versions were ya using? > > On Dec 13, 2007 9:13 AM, bill richard <[EMAIL PROTECTED]> wrote: >> >> hi,all >> i encountered one exception,which is listed below.I canot figure out why. >> hel

in what kinds of situation,producer's send() will block?

2007-12-14 Thread bill richard
in what kinds of situation,producer's send() will block? when AMQ's cache is full? -- View this message in context: http://www.nabble.com/in-what-kinds-of-situation%2Cproducer%27s-send%28%29-will-block--tp14334387s2354p14334387.html Sent from the ActiveMQ - User mailing list archive at Nabble.co

ActiveMQConnection:onAsyncException

2007-12-13 Thread bill richard
hi,all i encountered one exception,which is listed below.I canot figure out why. help me,its urgent. WARN 2007-12-13 17:56:39,172 ActiveMQConnection:onAsyncException - Async exception with no exception listener: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too lo

Handle Message losting

2007-08-28 Thread bill richard
Actually i have got 2 questions. first, if i use the method MessageProducer's send(message, DeliveryMode.persistent, priority, Integer.MAX_VALUE ) method to send messages,is there any possibility of send failure(exclude the disk error)? second, when does send(message, DeliveryMode.persistent, prio

Will the connection be invalidte if there is no activity for a long time?

2007-08-28 Thread bill richard
I m implementing a pool mechanism for amq connection. take db connection as an example,u know,if the connection has been idled for a long time,the connection be will be invalidte by the db server. Could this happen on AMQ or any Jms implement? if could,how long the time is? Thanks!! -- View this

How to delete a queue?

2007-08-20 Thread bill richard
hi,all i m using activeMq recently.And now i need to delete a named queue,which is created like this: session.createQueue(Name); and i want to remove this queue. And i have found that this work can be done with jmx.but i have no idea with BrokerService and ManagedRegionBroker which are the constr