Multicast file transfer

2009-12-10 Thread Samarth Prakash
Hi, Is there a way to transfer files using multicast in activemq. I am aware that we can use blob messages to transfer files, but does that support multicast? Thanks, Samarth -- View this message in context: http://old.nabble.com/Multicast-file-transfer-tp26739037p26739037.html Sent from the A

activemq startup

2009-12-10 Thread appi27
how to configure ant with activemq and how exactly start writing programs for multicast need help... -- View this message in context: http://old.nabble.com/activemq-startup-tp26738949p26738949.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: starting Trouble

2009-12-10 Thread appi27
Once the broker is up what as to be done.. if m trying to exec the producer/consumer m getting an error like below: C:\Program Files\Java\jdk1.5.0_15\bin>javac C:\Users\Manager\Desktop\Proj\apache -activemq-5.1.0\example\src\ConsumerTool.java C:\Users\Manager\Desktop\Proj\apache-activemq-5.1.0\ex

Re: starting Trouble

2009-12-10 Thread appi27
Hi Andreas, I'm actually supposed to use the feature multicast provided by activeMQ. I ve installed it and i'm able to run the broker.. after this what has to be done is completly vague as i've just started with this and i'm in urgent need of some technical help for getting this multicast work

Re: Detailed Feature/Function Comparison for WebSphere MQSeries and Apache ActiveMQ

2009-12-10 Thread Andreas Gies
Hi there ... I am not aware of a feature by feature comparison. But if you tell us what features you are looking for we might be able to tell if they are in Active MQ... Best regards Andreas On Dec 9, 2009, at 2:02 AM, zhanglei wrote: > > Looking for a detailed Feature/Function Comparison fo

Re: starting Trouble

2009-12-10 Thread Andreas Gies
Hi there it would help if you started by telling us what version you are working from and what you are trying to achieve and how ant comes into the picture The question is a bit vague ;) Best regards Andreas On Dec 9, 2009, at 2:21 PM, appi27 wrote: > > I need help with respect to how d

Re: Howto to let ActiveMQ create a separate tablespece for indexes

2009-12-10 Thread H. Willstrand
On Thu, Dec 10, 2009 at 3:08 PM, forda wrote: > > Hi ! > > When activemq creates the tables and such the same tablespace is used for > the data even for > indexes. It is possible to specify a different tablespace for indexes? If > yes howto ? AFAIK there is no built-in support for TABLESPACE in a

Re: XAResourceRecovery for ActiveMQ on JBoss

2009-12-10 Thread Andreas Gies
Hi there, I am working on some JBoss integration as well. I don't understand the comment on "making the RA XA compatible". At the end of the day it depends on hon how you do the transaction management and define the connection factories. A non-tx-connection-factory defined in the jboss-ds d

Re: http component issue whe https

2009-12-10 Thread lujan99
I could fix this issue if remove from 'wrapper.conf': wrapper.java.additional.3=-Djavax.net.ssl.keyStorePassword=password wrapper.java.additional.4=-Djavax.net.ssl.trustStorePassword=password wrapper.java.additional.5=-Djavax.net.ssl.keyStore="%ACTIVEMQ_BASE%/conf/broker.ks" wrapper.java.additi

Master - slave not working

2009-12-10 Thread MrBen
I've got two solaris servers, and want a broker running on each with a corresponding slave on the opposite server. I'm using AMQ Persistence I've got a NAS that is mounted on both and have used the same filesystem location for the master/slave pair. However, master starts up fine, but when i start

ActiveMQ Command Line Tools : the state of Network Connector

2009-12-10 Thread titexe
Hello, there's an option in the commandlinetools of ActiveMQ, to know the state of my network connectors (UP or Down)? Because, I want to do monitoring of ActiveMQ and I have a 7 network of broker, and I want to monitor the state of each network connector. Thank you in advance; Best regards,

Timeframe for 5.3.1 release

2009-12-10 Thread Geoffrey Arnold
Hi all, Just looking for a loose timeframe for the ActiveMQ 5.3.1 release for some production planning. Are you thinking 2009, or will it push into 2010? Many thanks, Geoff.

Re: Is it possible to run huge number of ActiveMQ brokers in a cluster ?

2009-12-10 Thread Joe Fernandez
It is possible for one broker to handle many producers and consumers. And given adequate resources and proper tuning, I think you'll be surprised as to the number of consumers and producers one broker can handle. Joe http://www.ttmsolutions.com niko_dim wrote: > > Hi, > >I have an ap

Howto to let ActiveMQ create a separate tablespece for indexes

2009-12-10 Thread forda
Hi ! When activemq creates the tables and such the same tablespace is used for the data even for indexes. It is possible to specify a different tablespace for indexes? If yes howto ? Which is the reccomended way ? Is it is possible to decide the postfix for that tablespace ? Thanks in Advance. C

Is it possible to run huge number of ActiveMQ brokers in a cluster ?

2009-12-10 Thread niko_dim
Hi, I have an application which is running on different JVM-s. In some cases the application needs to send messages to all other applications which are running in this network. The load of these messages is not high but from time to time I can expect 15-20 messages/sec. I tried to use Active

Re: XAResourceRecovery for ActiveMQ on JBoss

2009-12-10 Thread Gary Tully
Do you have some broken test case? It would be great to have some concrete examples of what does not work atm. 2009/12/9 jp.belanger > > > rajdavies wrote: > > > > > > On 5 Nov 2009, at 05:58, Roland T. Lichti wrote: > > > >> I'm willing to do try it - but only if there is a chance to get it > >

Re: How can we obtain automatic removal of expired messages from queues?

2009-12-10 Thread Gary Tully
yea, currently the expiry is overridden before the message is sent to the DLQ. That could be made configurable which would help. I wonder, would it make sense to reset the expiry or just set it to represent any remaining time. If that is the best solution for you, please raise a jira issue to track

Re: use of activemq

2009-12-10 Thread appi27
even i'm facing the same problem.. i'm stuck up.. once the broker is started wht are we supposed to do after that.. is ant n maven need to be installed?? i'm trying to use the multicast facility of the ActiveMQ.. please help me.. rohit.nagamalla wrote: > > i am very new to activemq i dont e

Re: How can we obtain automatic removal of expired messages from queues?

2009-12-10 Thread Fred Moore
Bruce, All, thanks for the answer, that almost solved my problem indeed. There is a additional aspect which is still unsolved and is related to "poison pill" messages that end up in DLQ *before* their expiration time is reached... In fact when these messages land in DLQ the expiration is reset t

use of activemq

2009-12-10 Thread rohit.nagamalla
i am very new to activemq i dont even know wat is it.. i just informed yo use is tomcat... i request to help me out -- View this message in context: http://old.nabble.com/use-of-activemq-tp26723712p26723712.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.