NMS and jBoss EBS

2008-09-05 Thread LosWochos
Hi all, is there a problem with the NMS-site? It is not possible to download the example or the files from the repository?!? Is it possible to use the NMS-api in C# in order to communicate with the jBoss ESB? Thsi would be grate, because the api it pretty straight forward... Best regards, Alex

Re: BetaMQ

2008-09-05 Thread James Strachan
2008/9/5 NabiL <[EMAIL PROTECTED]>: > > thanks for your help !! > > I tested hermesjms but there are bugs ( can"t get statistics, can't delete > msg from queue/topic ...), we can't change property header such as > "priority" ? am i right ? Dunno - haven't touched it in a while. You could try the A

Re: NMS and jBoss EBS

2008-09-05 Thread James Strachan
2008/9/5 LosWochos <[EMAIL PROTECTED]>: > > Hi all, > > is there a problem with the NMS-site? It is not possible to download the > example or the files from the repository?!? Which links did you mean? Its a wiki and we can fix any bad links. Its probably due to a recent svn refactor where things m

Re: Question about Logging in ActiveMQ 5.1

2008-09-05 Thread James Strachan
2008/9/5 MaenXe <[EMAIL PROTECTED]>: > > Well, I thought this was what I needed, but after examining the logs, this > isn't gonna do. For one, it puts the entire payload of the message into the > log P-(, basically what I'm looking for is something similar to the apache > logs, or a mail log. I n

Re: ActiveMQ listener not receivng messages already on queue after restart

2008-09-05 Thread James Strachan
2008/9/4 rahul_k123 <[EMAIL PROTECTED]>: > > I am having this problem with my Active MQ 5.1.0 > > > I have a queue and 3 listeners configured to it. > > I have like 400 messages posted to the queue, now all the listeners are > receving the messages and processing them > > If i restart one of the li

Re: Configuring activemq queues

2008-09-05 Thread James Strachan
How many brokers do you want to run and why? The quick answer is - just run one broker and make all the clients connect to it. 2008/9/4 Srkanth <[EMAIL PROTECTED]>: > > Hi, > I have activemq installed on my machine and another developer's > machine. The message producer is on another machine

Re: BetaMQ

2008-09-05 Thread NabiL
This webconsole does'nt offer the possibility to browse the messages, delete messages, change priority ... i'm already using the webconsole. Thanks. James.Strachan wrote: > > 2008/9/5 NabiL <[EMAIL PROTECTED]>: >> >> thanks for your help !! >> >> I tested hermesjms but there are bugs ( can"t

Re: BetaMQ

2008-09-05 Thread James Strachan
2008/9/5 NabiL <[EMAIL PROTECTED]>: > > > This webconsole does'nt offer the possibility to browse the messages, delete > messages, Yes it does - try clicking on the Queues link then clicking on a queue... > change priority ... You can't edit messages on a message queue, other by consuming then

Re: REST: eternal HTTP status 204

2008-09-05 Thread Dejan Bosanac
The problem is that you have to keep your HTTP session between your GET requests. So, try something like wget --save-cookies cookies.txt --load-cookies cookies.txt --keep-session-cookies http://localhost:8161/demo/message/TEST1?type=queue if you're playing with wget, or something similar in your

Re: NMS and jBoss EBS

2008-09-05 Thread LosWochos
I can not download e.g. the example in the quickstart area. James.Strachan wrote: > > 2008/9/5 LosWochos <[EMAIL PROTECTED]>: >> >> Hi all, >> >> is there a problem with the NMS-site? It is not possible to download the >> example or the files from the repository?!? > > Which links did you mean

Re: BetaMQ

2008-09-05 Thread NabiL
thank you james, Question about Web console: Durable Topic Subscribers lists the clients connected. Now, a client is down. webconsole should delete lines refers to this client. Is it right ? Nabil. James.Strachan wrote: > > 2008/9/5 NabiL <[EMAIL PROTECTED]>: >> >> >> This webconsole does'

Re: Stopping activemq

2008-09-05 Thread NabiL
who can help me !! i want to stop amq by using "activemq-admin stop" command. the command failed !! Thanks in advance. NabiL NabiL wrote: > > hi all, > > I successfully started amq with jmx option (authentication is required). > Now i try to stop activemq with the following command : java -

JDBC Master/Slave with HSQLDB lock problem!

2008-09-05 Thread Fuzzo
Hi all! When i try to start ActiveMQ with an HSQLDB data source i give this error: INFO | jvm 1| 2008/09/05 16:55:46 | INFO BrokerService - Using Persistence Adapter: JDBCPersistenceAdaptor([EMAIL PROTECTED]) INFO | jvm 1| 2008/09/05 16:55:46 | INFO JDBCPersistence

Re: REST: eternal HTTP status 204

2008-09-05 Thread yesnid
Hello Dejan, Thank you for the direction on this issue, is there a way to make this connection sessionless? Thank you, Dejan Bosanac-3 wrote: > > The problem is that you have to keep your HTTP session between your GET > requests. So, try something like > > wget --save-cookies cookies.txt --

Re: NMS and jBoss EBS

2008-09-05 Thread Jim Gomes
The link problems may be my doing. I refactored the unit tests, and I think that's when they got broken. I'll get those links fixed up shortly. - Jim On Fri, Sep 5, 2008 at 1:47 AM, James Strachan <[EMAIL PROTECTED]>wrote: > 2008/9/5 LosWochos <[EMAIL PROTECTED]>: > > > > Hi all, > > > > is the

Re: ActiveMQ and Resin with JCA

2008-09-05 Thread regvito
As an update, I deployed my ear file to a JBoss server (with a additional jboss.xml file of course) and it works fine. The messages are received by the MDB and is taken off the ActiveMQ queue, unlike in Resin. Definitely some problems with Resin. regvito wrote: > > Hi, > > I am using the

Scalability of 'Networks of Brokers'

2008-09-05 Thread Martin_Cornelius
Hi all, i am currently evaluating the scalability of Networks of ActiveMQ Brokers with a large number of brokers. The actual drive behind this evaluation: I have to design a distributed system that is completely serverless. It shall be possible to switch of any of the machines in the system witho

Re: Configuring activemq queues

2008-09-05 Thread Srkanth
I got it fixed. Thank you for the help! James.Strachan wrote: > > How many brokers do you want to run and why? The quick answer is - > just run one broker and make all the clients connect to it. > > 2008/9/4 Srkanth <[EMAIL PROTECTED]>: >> >> Hi, >> I have activemq installed on my machine

Re: Scalability of 'Networks of Brokers'

2008-09-05 Thread Joe Fernandez
Instead of using such a potentially large network of 'embedded' brokers, could you use a smaller cluster of 'standalone' brokers? A single broker is capable of handling many clients and throwing in a master/slave configuration along with 'failover' connectors for the clients should provide the nec

How do I implement a message timeout pattern?

2008-09-05 Thread Mick Knutson
I will be sending a message to a queue that is to be consumed by a php client. I then want to get a NEW status message created and sent to a statusChannel with 5 minutes. If I do not get a new message in 5 minutes, I want to take action. --- Thank You… Mick Knutson BASE Logic, inc. (415) 354-421

Re: Scalability of 'Networks of Brokers'

2008-09-05 Thread Bryan Murphy
Sounds like a nightmare to me. Maybe I don't understand what you're trying to accomplish, but I think something like Hadoop would be a better fit for this kind of problem. Bryan On Fri, Sep 5, 2008 at 12:10 PM, Martin_Cornelius < [EMAIL PROTECTED]> wrote: > > Hi all, > > i am currently evaluati

Discuss: strong naming of NMS assemblies

2008-09-05 Thread Jim Gomes
I would like to get people's feedback on strong naming of the NMS assemblies. I am working on releasing NMS 1.0, and this is now a priority issue. I would like to hear some arguments for having strong named assemblies, other than "Microsoft recommends it." I think strong naming these assemblies

Re: Virtual Topics & Network of Brokers

2008-09-05 Thread alanmc
I don't believe the Virtual Topics feature works in 5.1.0, even with a single broker. carbon60 wrote: > > I should add that this is ActiveMQ 5.1.0, Spring 2.5.5. > -- View this message in context: http://www.nabble.com/Virtual-Topics---Network-of-Brokers-tp19294934p19342118.html Sent from t

Re: Virtual Topics & Network of Brokers

2008-09-05 Thread carbon60
alanmc wrote: > > I don't believe the Virtual Topics feature works in 5.1.0, even with a > single broker. > So this is only available in the current HEAD then? A. -- View this message in context: http://www.nabble.com/Virtual-Topics---Network-of-Brokers-tp19294934p19342274.html Sent from th