Re: Using the NIO transport causes issues

2009-01-29 Thread happyAMQ
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

Using the NIO transport causes issues

2009-01-28 Thread happyAMQ
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

Using ActiveMQ without a network connection

2008-01-18 Thread happyAMQ
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

Re: Temporary destinations with given destination name

2007-07-10 Thread happyAMQ
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

Re: Temporary destinations with given destination name

2007-07-09 Thread happyAMQ
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

Re: Temporary destinations with given destination name

2007-07-09 Thread happyAMQ
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

Temporary destinations with given destination name

2007-07-06 Thread happyAMQ
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

Re: Removing ActiveMQ destionations via Method Call

2007-07-05 Thread happyAMQ
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

Removing ActiveMQ destionations via Method Call

2007-07-02 Thread happyAMQ
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