Re: Will JAVA ActiveMQ talk to NMS ActiveMQ

2013-02-24 Thread Timothy Bish
On 02/24/2013 08:20 PM, pwalter wrote: Is there any thing special that has to be done (configuration, code, etc..) to allow Java talk to C# NMS ActiveMQ? Nothing special needs to be done, should just work. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Will-J

Java Stomp client - connection and session handling

2013-02-24 Thread diegoc
Hi there I am using this Stomp client: http://grepcode.com/project/repo1.maven.org/maven2/org.fusesource.stompjms/stompjms-client/ I have seen in the code and in the apache logs that for each session a new physical connection is created to the apollo server. My idea was to have one shared connec

NuBQ: First install, activemq won't start

2013-02-24 Thread lfast
Hi Folks, I'm completely new to activemq. Just installed and it won't start. All suggestions appreciated. Following the instructions on http://activemq.apache.org/getting-started.html#GettingStarted - installed 5.8.0 as root into /usr/lib/apache-activemq-5.8.0 > cd /usr/lib/apache-activemq-5.

Re: ActiveMQ NMS API Location

2013-02-24 Thread Jim Gomes
Tim, I just had a chance to look at the repository link you included, and it appears that all of the old API versions are indeed gone. I doubt there will be much chance of recreating them. On Sun, Feb 24, 2013 at 4:05 PM, Jim Gomes wrote: > Excellent. Thanks, Tim. I'll follow up with Hiram t

Will JAVA ActiveMQ talk to NMS ActiveMQ

2013-02-24 Thread pwalter
Is there any thing special that has to be done (configuration, code, etc..) to allow Java talk to C# NMS ActiveMQ? thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Will-JAVA-ActiveMQ-talk-to-NMS-ActiveMQ-tp4663996.html Sent from the ActiveMQ - User mailing list arc

Re: ActiveMQ NMS API Location

2013-02-24 Thread Jim Gomes
Excellent. Thanks, Tim. I'll follow up with Hiram to see if we can get this squared away. On Feb 24, 2013 3:32 PM, "Timothy Bish" wrote: > On 02/24/2013 05:56 PM, Jim Gomes wrote: > >> Hi pwalter >> >> Thanks for your inquiry. I have not had a opportunity to solve this >> problem >> yet. If you a

Re: ActiveMQ NMS API Location

2013-02-24 Thread Timothy Bish
On 02/24/2013 05:56 PM, Jim Gomes wrote: Hi pwalter Thanks for your inquiry. I have not had a opportunity to solve this problem yet. If you are in immediate need of reference documentation, it is possible to generate them from the source code yourself. It appears that the files were moved or de

Re: ActiveMQ NMS API Location

2013-02-24 Thread Jim Gomes
Hi pwalter Thanks for your inquiry. I have not had a opportunity to solve this problem yet. If you are in immediate need of reference documentation, it is possible to generate them from the source code yourself. It appears that the files were moved or deleted from the server. If they were deleted

Re: AMQP version: AMQP header mismatch value 0, expecting 1

2013-02-24 Thread Christian Posta
Looks like the Ruby gem you're using implements 0.9.1 version of AMQP spec. ActiveMQ implements v1.0 of the AMQP spec and per the AMQP working group, backward compatibility between 1.0 and previous versions cannot be assumed (and in practice is not backward compatible). If you can find a Ruby clien

Re: ActiveMQ Fanout

2013-02-24 Thread Christian Posta
Use a URL like this in your producer's connection: fanout:(static:(tcp://localhost:61616,tcp://localhost:61617))?fanOutQueues=true Each broker would have a basic transportConnector definition in the configuration (not using the fanout transport). Hope that helps, Christian On Fri, Feb 22, 2013

Re: OSGi support for Apollo?

2013-02-24 Thread Christian Posta
It can be done. Can you open a JIRA to track that? On Fri, Feb 22, 2013 at 1:04 PM, Jean-Pierre Bergamin wrote: > Dear activemq users > > Are there any plans that apollo will support OSGi in the "near" future? > When looking at the sources, I see some hints that OSGi support is > somewhere in th

Re: Questions about AMQP support in release 5.8.0

2013-02-24 Thread Christian Posta
You may wish to check the following docs for ActiveMQ's AMQP support: http://activemq.apache.org/amqp.html On Sat, Feb 23, 2013 at 5:32 AM, kimmking wrote: > it looks like activemq doesn't support AMQP protocol now > > 在 2013-2-22,上午1:24,Steve.V. [via ActiveMQ] < > ml-node+s2283324n4663895...@