[jira] Created: (AMQ-1536) Dural-subScriber can not receive message!

2008-01-03 Thread bill richard (JIRA)
: bill richard Fix For: 5.1.0 situation like this: TopicSession session = null; TopicConnection connection = null; try { ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory("",

[jira] Created: (AMQ-1533) Can not unsubscribe topic

2008-01-02 Thread bill richard (JIRA)
: all Reporter: bill richard Priority: Critical Fix For: 5.1.0 NullPointerException throw by org.apache.activemq.store.kahadaptor.KahaTopicReferenceStore removeSubscriberMessageContainer -- This message is automatically generated by JIRA. - You can reply to

Re: is this a bug?

2007-12-18 Thread bill richard
(TcpTransport.java:192) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172) ... 1 more bill richard wrote: > > WireFormatNegotiator.java > public void onew

is this a bug?

2007-12-18 Thread bill richard
WireFormatNegotiator.java public void oneway(Object command) throws IOException { try { if( !readyCountDownLatch.await(negotiateTimeout, TimeUnit.MILLISECONDS) ) throw new IOException("Wire format negociation timeout: peer did not send his wire format.");

Re: why i can not send this message out?

2007-12-14 Thread bill richard
in what kinds of situation,AMQ will block on MessageProducer.send()? when the derbyDB is full? I m now in this trouble. Any help will be great! bill richard wrote: > > i just find that it was not because of this message.after i reboot the > message center,it works. > but i s

Re: why i can not send this message out?

2007-12-13 Thread bill richard
i just find that it was not because of this message.after i reboot the message center,it works. but i still can not figure out why? is the ActiveMQ broker is full and reject any message? bill richard wrote: > > char[] rr=body.toCharArray(); >