Re: JMS Client connecting to Broker

2007-03-20 Thread James Strachan
The ActiveMQ JNDI context is not a J2EE container, so doesn't support "java:comp/env" stuff by default. try using the name "ConnectionFactory" like the example... http://activemq.apache.org/jndi-support.html On 3/21/07, Hendry <[EMAIL PROTECTED]> wrote: Hi, I'm trying to connecting my jms cli

JMS Client connecting to Broker

2007-03-20 Thread Hendry
Hi, I'm trying to connecting my jms client to broker that embedded into Jetty, but I'm getting NamingException, these are the codes: Properties properties = new Properties(); properties.load(Resources.getResourceAsStream("jndi.properties")); InitialContext jndiContext = new InitialContext(prope

Using peer transport

2007-03-20 Thread uma_rk
I am using AMQ4.1. I have two JVM processes running (on different physical servers). I would like each VM to have an embedded broker and yet connect to the peer VM's embedded broker. Finally, I would like subscribers on both the VMs to receive published messages on the topic regardless of whether

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread Jason Dillon
Um... wtf does this have [Spam: 5.0] in the subject? --jason On Mar 20, 2007, at 4:06 PM, M. David Minnigerode wrote: Still trying here... did a clean svn co of trunk. Then mvn install. Still fails looking for the jetty 6.1-SNAPSHOT. Downloading: http://people.apache.org/repo/m2-incub

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread M. David Minnigerode
Still trying here... did a clean svn co of trunk. Then mvn install. Still fails looking for the jetty 6.1-SNAPSHOT. Downloading: http://people.apache.org/repo/m2-incubating-repository/org/mortbay/jetty/jetty/6.1-SNAPSHOT/jetty-6.1-SNAPSHOT.pom [WARNING] Unable to get resource 'org.mortbay.jet

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread lprefontaine
Thank you James, I will download the last snapshot tonight. Luc notacrime wrote: > > I just tried it, works great, thanks! > Gregor > > > notacrime wrote: >> >> Fantastic, thanks! >> >> Gregor >> >> >> James.Strachan wrote: >>> >>> On 3/20/07, notacrime <[EMAIL PROTECTED]> wrote: >

ActiveMQ object cleanup

2007-03-20 Thread Xavier Toth
I'm using Spring, Lingo and ActiveMQ. My processes routinely create new queues use them for awhile and then hopefully destroy them. But it's the last part that's got me concerned. I close the Spring context from which were created beans of class ActiveMQConnectionFactory, ActiveMQQueue, LingoRemot

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread notacrime
I just tried it, works great, thanks! Gregor notacrime wrote: > > Fantastic, thanks! > > Gregor > > > James.Strachan wrote: >> >> On 3/20/07, notacrime <[EMAIL PROTECTED]> wrote: >>> >>> OK - now I have problems with the binary package you uploaded. It >>> appears to >>> be failing to initi

Re: [Spam: 5.0] Receiving BlobMessage with activeMQ-4.2

2007-03-20 Thread cafe
thank you very much i'm very excited to see this functionality working.. and a final point: how can i know when this functionality is ready... James.Strachan wrote: > > On 3/20/07, cafe <[EMAIL PROTECTED]> wrote: >> >> ok, but i can't get this to work, I have the following example: >> >> in

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread James Strachan
On 3/20/07, notacrime <[EMAIL PROTECTED]> wrote: OK - now I have problems with the binary package you uploaded. It appears to be failing to initialize jetty. First error in the stack is: ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread notacrime
Fantastic, thanks! Gregor James.Strachan wrote: > > On 3/20/07, notacrime <[EMAIL PROTECTED]> wrote: >> >> OK - now I have problems with the binary package you uploaded. It appears >> to >> be failing to initialize jetty. >> >> First error in the stack is: >> >> ERROR: java.lang.RuntimeExcepti

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread notacrime
OK - now I have problems with the binary package you uploaded. It appears to be failing to initialize jetty. First error in the stack is: ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with nam

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread notacrime
Fantastic, thanks for doing that. I built it from the trunk, but had a problem with jetty libraries. I'm not a Java dude, just a perl dude trying to get a messaging infrastructure up. Thanks again. Gregor James.Strachan wrote: > > On 3/20/07, notacrime <[EMAIL PROTECTED]> wrote: >> >> I had

Re: [Spam: 5.0] Web console in version 4.2

2007-03-20 Thread James Strachan
On 3/20/07, notacrime <[EMAIL PROTECTED]> wrote: I had the same problem with the binary snapshot install. It looks like the webapps folder is missing, maybe the target is missing in the build that is generating the binary distros? I'm running on OS X. Ah! It looks like our continuous integrat

Re: [Spam: 5.0] constant 'DemandForwardingBridge' Network Connection established messages?

2007-03-20 Thread Rob Davies
ok - thx for the info! On 20 Mar 2007, at 10:41, facboy wrote: oops, activemq 4.1.0. i got rid of the durable subscribers, it was just a testcase and it was too much trouble. i had a quick debug, it looks like the multicast discovery agent was 'expiring' the found services too soon for

network of brokers issues

2007-03-20 Thread loic jehanno
Hello, I'm testing activemq and i have some problems with the network of brokers feature (active MQ release 4.1 snapshot). I configured a network with two brokers broker_A and broker_B as below. broker_A: http://activemq.org/config/1.0"; persistent="false">

Re: [Spam: 5.0] NMS distribution missing?

2007-03-20 Thread James Strachan
On 3/20/07, Dave Syer <[EMAIL PROTECTED]> wrote: James.Strachan wrote: > > Yeah, we've got Spring.Net working nicely for NMS... > http://springnet.cvs.sourceforge.net/springnet/Spring.Net.Integration/projects/Spring.Messaging.Nms/ > Yeah thanks I saw that on your comment on Mark's article, s

Re: [Spam: 5.0] NMS distribution missing?

2007-03-20 Thread Dave Syer
James.Strachan wrote: > > Yeah, we've got Spring.Net working nicely for NMS... > http://springnet.cvs.sourceforge.net/springnet/Spring.Net.Integration/projects/Spring.Messaging.Nms/ > Yeah thanks I saw that on your comment on Mark's article, so I can browse the source code. Sorry to ask this

broker network with both way communication

2007-03-20 Thread MartyH
Hi folks, Having some diffs with a network of brokers and communication both ways in it. I have a master that receives updates from a slave, but the slave also gets the odd message from the master. I configured it like this for the slave: [code] http://activemq.org/config/1.0"; brokerName="sl

ActivemMQ 4.1.0 ra have problem?

2007-03-20 Thread huanghwh
I have use ActiveMQ4.1.0+JBoss4.0.5, I send some message to activemq, and I got these problem. Exception in thread "jmsSender" org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Index: 0, Size: 0 C

Re: [Spam: 5.0] Receiving BlobMessage with activeMQ-4.2

2007-03-20 Thread James Strachan
On 3/20/07, cafe <[EMAIL PROTECTED]> wrote: ok, but i can't get this to work, I have the following example: in the server side: ... Destination destination = session.createQueue("TransferQueue"); BlobMessage bmsg = session.createBlobMessage(new File("D:/Film.avi")); producer.send(bmsg); ... a

Re: [Spam: 5.0] NMS distribution missing?

2007-03-20 Thread James Strachan
On 3/20/07, Dave Syer <[EMAIL PROTECTED]> wrote: If it helps, I managed to locate the source code and build it no problem at https://svn.apache.org/repos/asf/activemq/activemq-dotnet/trunk. It looks pretty good so far (but I wish the web site was more helpful / had fewer bugs). Did you see Mar

Re: NMS distribution missing?

2007-03-20 Thread James Strachan
On 3/18/07, Dave Syer <[EMAIL PROTECTED]> wrote: Is the NMS part of AMQ still active? Most definitely! Incidentally recently there's been quite a bit of work done to NMS; we've now got reasonable support for Stomp in there as well as ActiveMQ/OpenWire - also most of the code is now there for t

Re: [Spam: 5.0] constant 'DemandForwardingBridge' Network Connection established messages?

2007-03-20 Thread facboy
oops, activemq 4.1.0. i got rid of the durable subscribers, it was just a testcase and it was too much trouble. i had a quick debug, it looks like the multicast discovery agent was 'expiring' the found services too soon for some reason, ie a message would come in, be added to the multicast disco

Re: [Spam: 5.0] constant 'DemandForwardingBridge' Network Connection established messages?

2007-03-20 Thread Rob Davies
which version are you seeing this in ? - this certainly would cause problems for durable subscribers cheers, Rob On 20 Mar 2007, at 02:30, facboy wrote: one other thing i noticed while debugging...the discovery agents for the network connectors don't seem to get their broker names set

Re: [Spam: 5.0] NMS distribution missing?

2007-03-20 Thread Dave Syer
If it helps, I managed to locate the source code and build it no problem at https://svn.apache.org/repos/asf/activemq/activemq-dotnet/trunk. It looks pretty good so far (but I wish the web site was more helpful / had fewer bugs). Did you see Mark Pollack's article on InfoQ as well (might be usef