: bill richard
Fix For: 5.1.0
situation like this:
TopicSession session = null;
TopicConnection connection = null;
try {
ActiveMQConnectionFactory connectionFactory = new
ActiveMQConnectionFactory("",
: 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
(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
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.");
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
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();
>