Re: ExecutionException

2007-04-16 Thread Javier Leyba
Hi I'm still having this problem. Should I upgrade to jdk5 or its a bug that could be solved ? Also, I've the problem with the place where journal data is located. How could I force the location to another place. Thanks in advance J On 4/12/07, Javier Leyba [EMAIL PROTECTED] wrote: I'm

Re: Messages in AMQ are randomly not sent?

2007-04-16 Thread James Strachan
You might want to try synchronizing on the producer just in case. Otherwise could it just be the timeouts are running out? i.e. your boxes are running too slowly to be able to deal with the request timeouts you've got? On 4/13/07, Luciano Mollea [EMAIL PROTECTED] wrote: Hi all. We're

Re: ActiveMQ object cleanup

2007-04-16 Thread drvillo
Hi actually I also would like to know how to tell AMQ threads to quit... Francesco txtoth wrote: Well I thought I was on to something. I created a threadgroup and put my thread in it and sure enough the activemq created threads as part of my spring context creation get created in my

Re: Messages in AMQ are randomly not sent?

2007-04-16 Thread Luciano Mollea
Luciano Mollea wrote: Hi all. We're experiencing a strange situation here. It seems that randomly AMQ does not send a message, this happens depending on the load, this problem seems to happen more frequently as more threads concurrently send messages on the same queue. [...] [*] a

Re: question on BrokerFactoryBean xbean xml file

2007-04-16 Thread James Strachan
The activemq.xml file is used to configure the broker. However the RedeliveryPolicy is used by the JMS client. So you could create a RedeliveryPolicy bean in a Spring.xml and configure it on an ActiveMQConnectionFactory if you want to use XML to configure it On 4/12/07, Garner, Shawn [EMAIL

Re: Virtual Topics/Destinations and error handling

2007-04-16 Thread James Strachan
On 4/12/07, wmene [EMAIL PROTECTED] wrote: Say I'm using a virtual topic that has 20 subscribers. I'm guessing as to how this is implemented, but if a producer sends a message to the virtual topic, is it copied to 20 separate queues? Logically yes. If the messages are copied to different

'destinationPolicy' config details

2007-04-16 Thread vairavan
Hi All, I would like to know the 'destinationPolicy' configuration details. How do we specify the Service names in that activemq.xml file Thanks in advance vairavan -- View this message in context: http://www.nabble.com/%27destinationPolicy%27-config-details-tf3583737s2354.html#a10013929 Sent

Re: Rest and Stomp

2007-04-16 Thread didyeah971
I am actually searching a very lightweight client (like jscript or php) that could be executed without any web browser, in order to send or receive XML files or contents. That's a bit fastidious but the people i'm working for (i am just a trainee) don't want to integrate any java or other 'heavy'

Re: Rest and Stomp

2007-04-16 Thread James Strachan
On 4/16/07, didyeah971 [EMAIL PROTECTED] wrote: I am actually searching a very lightweight client (like jscript or php) that could be executed without any web browser, in order to send or receive XML files or contents. That's a bit fastidious but the people i'm working for (i am just a trainee)

Re: ActiveMQ object cleanup

2007-04-16 Thread James Strachan
Transport threads die when the connection is closed. Session threads die when the connection is closed. On 4/16/07, drvillo [EMAIL PROTECTED] wrote: Hi actually I also would like to know how to tell AMQ threads to quit... Francesco txtoth wrote: Well I thought I was on to something. I

Call for Papers Opens for ApacheCon US 2007

2007-04-16 Thread Brian McCallister
Call for Papers Opens for ApacheCon US 2007 The Call for Papers is now open for ApacheCon US, to be held November 12-16 at the Peachtree Westin, Atlanta. The conference will consist of two day of tutorials (November 12-13) and three days of regular conference sessions (November 14-16).

Re: Rest and Stomp

2007-04-16 Thread didyeah971
For now i am focus on the php-stomp client, i'll take a look to the c++ client then Thx for help, did James.Strachan wrote: On 4/16/07, didyeah971 [EMAIL PROTECTED] wrote: I am actually searching a very lightweight client (like jscript or php) that could be executed without any web

Confusion with simple network of brokers test

2007-04-16 Thread agrabil
I am testing what I believe to be a very simple network of brokers scenario that I can't seem to figure out. I have two brokers: Broker A has a tcp transport connector for itself, but no network connectors defined. Broker B has a tcp transport connector for itself, and a network connector to

Re: Confusion with simple network of brokers test

2007-04-16 Thread agrabil
Sorry, forgot to mention that I'm using ActiveMQ 4.1 Greg agrabil wrote: I am testing what I believe to be a very simple network of brokers scenario that I can't seem to figure out. I have two brokers: Broker A has a tcp transport connector for itself, but no network connectors

Re: ActiveMQ 4.1.1 and .NET 1.1 (VS2003)

2007-04-16 Thread Hiram Chirino
That's because we have not had an official release of NMS yet. You can get the current sources from svn at: http://svn.apache.org/repos/asf/activemq/activemq-dotnet/trunk/ On 4/16/07, Cortembert, Rudy (MSCIBARRA) [EMAIL PROTECTED] wrote: Hi, I am new to ActiveMQ and I need to integrate it

Re: Confusion with simple network of brokers test

2007-04-16 Thread Gaurav Hariani
BrokerA also needs a transport connector defined pointing to the TCP TransportConnector defined in BrokerB agrabil wrote: Sorry, forgot to mention that I'm using ActiveMQ 4.1 Greg agrabil wrote: I am testing what I believe to be a very simple network of brokers scenario that I can't

Re: Confusion with simple network of brokers test

2007-04-16 Thread Gaurav Hariani
Correction - I meant: BrokerA also needs a network connector defined pointing to the TCP TransportConnector defined in BrokerB Gaurav Hariani wrote: BrokerA also needs a transport connector defined pointing to the TCP TransportConnector defined in BrokerB agrabil wrote: Sorry, forgot to

are dispatch policies also made for queues?

2007-04-16 Thread Daniel Gradecak
Hello, I would like to dispatch messages to queue listeners (receivers) with different policies. As it is guaranteed for topics ( http://activemq.apache.org/total-ordering.html ), I would like to plug some policies such as less messages read for example, meaning that the message will be

Assembly not having Strong name.

2007-04-16 Thread DeGee
Hi guys, I downloaded the Spring.Messaging.NMS package (Spring.Messaging.Nms-20070320-1632.zip) and tried to register the dlls into the registry. I could not do so as the following dlls were not strongly named. ActiveMQ.dll NMS.dll Spring.AOP.dll Spring.Core.dll Spring.Data.dll I am running