ledKeyException
java.nio.channels.CancelledKeyException
Thanks,
Jason
happyAMQ wrote:
>
> Anyone know why I would be seeing the following exception when using the
> NIO transport connector. I do not see this with TCP.
>
> [java] javax.jms.JMSException: Wire format negotiation timeout: peer did
> not s
Anyone know why I would be seeing the following exception when using the NIO
transport connector. I do not see this with TCP.
[java] javax.jms.JMSException: Wire format negotiation timeout: peer did
not send his wire format.
[java] at
org.apache.activemq.util.JMSExceptionSupport.cre
Hi All,
I would like to use ActiveMQ on a laptop without a network connection so
that I can give demos to clients, but I am unable to start the broker when
the laptop is not on a network connection.
I believe the problem is related to the discoveryUri="multicast... line in
the configuration file
Hi,
-->do you fancy contributing your plugin to the project?
I would like nothing better than to contribute back to open source. I will
first have to clear it with the 'suits' at my company. They have approved
previous stuff.
-->if (d.destinationStats.messages == 0 && d.destinationStats.cons
This sounds ideal. Can you point me to some docs on how to write a plugin?
Would I be using the same JMX method to delete the destinations in this
plugin?
Thanks!
Jason.
--> Another option is to write a little broker plugin to eagerly delete
any broker-side destinations which are not being
I'm trying to re-create Tibco Rendezvous (RV) semantics, where destinations
(subjects in RV) are not administered objects and don't hang out in the
broker when there aren't any connections using that destination (just like
temporary destinations). But I need to have specific destination names so
Hi,
Is it possible to create temporary destinations with a given name, instead
of having ActiveMQ creating a name?
For example,
createTemporaryQueue("My.Chosen.Name");
Thanks,
Jason.
--
View this message in context:
http://www.nabble.com/Temporary-destinations-with-given-destination-name-tf4
Hi, thanks for the quick reply. This looks like it will solve my problem.
I searched around but to no avail - Is there some sample code out there for
this.
Thanks,
Jason.
Here you go...
http://cwiki.apache.org/ACTIVEMQ/how-do-i-delete-a-destination.html
--
James
---
http://macstrac
Hi All,
Similar to adding a destination with the method
destination = session.createTopic(subject);
How would I now remove this destination from the broker via a method call?
Thanks,
Jason.
--
View this message in context:
http://www.nabble.com/Removing-ActiveMQ-destionations-via-Method-Cal