Problems installing activemq on ColdFusion

2008-05-14 Thread NaomiJones
I'm attempting to setup event gateways on ColdFusion 8 with active mq 5.1. I was able to get a topic subscriber setup however the message producer is throwing the following error in the ColdFusion logs: java.lang.NoSuchMethodError: org.apache.activemq.ActiveMQMessageProducerSupport.getDestinatio

Re: Authentication problem in AMQ 5.1

2008-05-14 Thread Carlos Quiroz
Hi and thanks for your response Maybe I should add that the queue is in the startup set and that in the logs appears as it has been created This worked fine in AMQ 5.0 Carlos Dejan Bosanac wrote: > > Hi Carlos, > > it looks like y

Re: activemq-admin error during stop

2008-05-14 Thread Mike Miljour
I should mention that the reason I was using this script was because there were no activemq scripts in either of the linux directories. But since I noticed this bug: https://issues.apache.org/activemq/browse/AMQ-1728 https://issues.apache.org/activemq/browse/AMQ-1728 I have just copied the scri

Re: Newbie questions

2008-05-14 Thread code.junkie
rajdavies wrote: > > Why not use transactions for the consumer ? - there maybe a marginal > improvement in performance - as it allows us to batch up the > acknowledgements back to the server. > Note of caution though - ensure the transaction boundary is smaller > than the prefetch size -

Re: Newbie questions

2008-05-14 Thread code.junkie
rajdavies wrote: > > Keeping to the JMS interface directly will give you more independence > - though things may be a little easier to get started if you use an > ActiveMQConnectionFactory directly. > However, instead of JNDI you could use Spring - see > http://activemq.apache.org/spring-su

Re: Newbie questions

2008-05-14 Thread Rob Davies
On 14 May 2008, at 20:18, code.junkie wrote: Hi All, I am planning to use ActiveMQ with a java project that I am working on. I am planning to use a queue with persisted for reliable messaging ( guaranteed messaging ). In that regard I have couple of questions for which I would love to

Re: jndi with ssl

2008-05-14 Thread sudip shrestha
I was wondering maybe extending the org.apache.activemq.ActiveMQSslConnectionFactory class and providing hooks to set KeyManagers and TrustManagers will do the trick On Wed, May 14, 2008 at 7:00 AM, Gary Tully <[EMAIL PROTECTED]> wrote: > it should respond to the javax.net.ssl.* system proper

Newbie questions

2008-05-14 Thread code.junkie
Hi All, I am planning to use ActiveMQ with a java project that I am working on. I am planning to use a queue with persisted for reliable messaging ( guaranteed messaging ). In that regard I have couple of questions for which I would love to get some views on: 1) It is my understanding that I can

Re: activemq-admin error during stop

2008-05-14 Thread Mike Miljour
I should have added this to my boker config above: Setting the connectionPort to 1099 allows stop to work, but prevents us from having multiple brokers on the same machine. -- View this message in context: http://www.nabble.com/activemq-admin-error-during-stop-tp17218304s2354p172

Re: activemq-admin error during stop

2008-05-14 Thread Mike Miljour
Actually, I have overridden my port to use JMX on 1199. If I set the value back to the default of 1099, stop works. Could this shutdown value be hard coded? Hiram Chirino wrote: > > could you run netstat -a and make sure that port 1099 is open. That's > the JMX management port that the broker

Re: activemq-admin error during stop

2008-05-14 Thread Hiram Chirino
could you run netstat -a and make sure that port 1099 is open. That's the JMX management port that the broker will open to receive those JMX commands like shutdown. On Tue, May 13, 2008 at 6:36 PM, Mike Miljour <[EMAIL PROTECTED]> wrote: > > I am encountering the same problem. Even if I use the

Re: 5.1's linux daemon service config ...

2008-05-14 Thread Sridhar2008
Awesome ! Thanks a lot Hiram. Hiram Chirino wrote: > > ah.. just copy the activemq script from bin/macosx to bin/linux-x86-32 > it's the same for both. I'll get that fix for the 5.2 release asap. > > created https://issues.apache.org/activemq/browse/AMQ-1728 to track. > > On Tue, May 13, 200

Re: Connection reset by broker with messages greater than 42KB

2008-05-14 Thread Hiram Chirino
Hi Ivan, No, the broker does not impose any message size limits. You might want to run a tcp packet snooper on your traffic to make sure that the STOMP protocol is actually being preserved. You also might want to enabled debug logging on the broker side so that you can see when the broker kille

Re: 5.1's linux daemon service config ...

2008-05-14 Thread Hiram Chirino
ah.. just copy the activemq script from bin/macosx to bin/linux-x86-32 it's the same for both. I'll get that fix for the 5.2 release asap. created https://issues.apache.org/activemq/browse/AMQ-1728 to track. On Tue, May 13, 2008 at 8:02 PM, Sridhar2008 <[EMAIL PROTECTED]> wrote: > > > Can somebo

Re: 5.1's linux daemon service config ...

2008-05-14 Thread Sridhar2008
JSW has some nice features (e.g., heartbeat). >From the perspective of a Release, it needs to be complete - 5.0 stuff probably works with 5.1 with some modifications. We don't need 5.1 right away, so I will get to it later, if its not addressed. Filip Hanik - Dev Lists wrote: > > you have tw

Re: 5.1's linux daemon service config ...

2008-05-14 Thread Filip Hanik - Dev Lists
you have two options 1. the java service wrapper runs on unix too, you can get the wrapper itself from http://wrapper.tanukisoftware.org 2. just write your own shell scripts to manage start/stop of the activeMQ program, this is a fairly trivial exercise on unix systems Filip Michael Caplan

Re: [Mule 1.4.4] FileConnector: how to stop large or binary files?

2008-05-14 Thread Rob Davies
On 14 May 2008, at 15:33, Benoitx wrote: Hi All, We are using the FileConnector mechanism to pick up files from a given directory. is there an easy way to STOP certain files from being picked up? Typically: 1/ binary files (yes or no) 2/ files where size > x bytes We seemed to think that

Re: [Mule 1.4.4] FileConnector: how to stop large or binary files?

2008-05-14 Thread James Strachan
Should you maybe try on the Mule lists? 2008/5/14 Benoitx <[EMAIL PROTECTED]>: > > Hi All, > > We are using the FileConnector mechanism to pick up files from a given > directory. > > is there an easy way to STOP certain files from being picked up? Typically: > 1/ binary files (yes or no) > 2/ file

[Mule 1.4.4] FileConnector: how to stop large or binary files?

2008-05-14 Thread Benoitx
Hi All, We are using the FileConnector mechanism to pick up files from a given directory. is there an easy way to STOP certain files from being picked up? Typically: 1/ binary files (yes or no) 2/ files where size > x bytes We seemed to think that "binary" was a property of the FileConnector b

Re: 5.1's linux daemon service config ...

2008-05-14 Thread Michael Caplan
Hi Sridhar, I'm struggling with the same issue. Have you made any progress? Thanks, Mike Sridhar2008 wrote: > > > Can somebody point me to the equivalent of > /apache-activemq-5.0.0/bin/linux/activemq > (running as linux daemon thread: > http://activemq.apache.org/java-service-wrapper.

How to browse queues from .Net client?

2008-05-14 Thread profiv3y
I am using released ActiveMQ 5.1 broker and NMS / OpenWire from C# client. I know how to browse amq queues in jms - but I can't figure out how to do that from C# using NMS. I see browser flag in ConsumerInfo but the class is protected so I can't use it directly. Is queue browsing supported in th

Re: activemq-admin stop - port already in use

2008-05-14 Thread andrewh
Hi, thanks for the reply. j0llyr0g3r wrote: > > kill the activemq-process and look via > > netstat -tulpen | grep 1099 > > which services already occupies this port. > The only service using that port, according to netstat, is the java process that activemq is running within. $ sudo netst

HTTPS in general not working between brokers?

2008-05-14 Thread j0llyr0g3r
Hey folks, i have a major problem with AMQ here. After extensively reading / searching: -> google -> the mailing-list -> the official documentation -> the documentation from ttmsolutions.com -> Jira and after opening up this thread ->http://www.nabble.com/http-ok%2C-ssl-ok%2C-HTTPS--%3E-NOT-

Re: activemq-admin stop - port already in use

2008-05-14 Thread j0llyr0g3r
Hi, kill the activemq-process and look via netstat -tulpen | grep 1099 which services already occupies this port. -- View this message in context: http://www.nabble.com/activemq-admin-stop---port-already-in-use-tp17210936s2354p17229410.html Sent from the ActiveMQ - User mailing list archive a

Re: jndi with ssl

2008-05-14 Thread Gary Tully
it should respond to the javax.net.ssl.* system properties[1] but these may have too far reaching an effect. [1] http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#Customization 2008/5/12 sudip shrestha <[EMAIL PROTECTED]>: > Is it possible to do this with the current vers

Re: Authentication problem in AMQ 5.1

2008-05-14 Thread Dejan Bosanac
Hi Carlos, it looks like you don't have "myqueue" created, so ActiveMQ tries to do that with supplied credentials. Try creating the queue manually if you don't want to use "admin" priviledges. Regards -- Dejan Bosanac www.scriptinginjava.net On Wed, May 14, 2008 at 1:55 PM, Carlos Quiroz < [EMA

Authentication problem in AMQ 5.1

2008-05-14 Thread Carlos Quiroz
Hi I have been using AMQ 5.0 for a while and I have created my own authentication plugin. When I switched to AMQ 5.1 my clients cannot connect anymore because somehow they are not authorized to create topics or queues. Apparently now when subscribing to a topic/queue you need to have admin permis

max redelivery with JMSExpiration

2008-05-14 Thread Duro
Hello, I have noticed that if I am trying to set maximumRedelivery using RedeliveryPolicy on message consumer, and there is "time to live" for message set on producer, there is possible to receive message even if it is expired. I am using transacted as well as Client_ACKNOWLEDGE mode. Is this a bu

Connection reset by broker with messages greater than 42KB

2008-05-14 Thread Ivan Jovanovic
I have installed ActiveMQ 5.1 as broker and I'm using PHP Stomp client (not one from codehouse but self made) to communicate with the broker. I have no problems for messages that are with the size below 42KB, with messages that are bigger than that broker resets the connection after 42KB written w

Re: Portfolio demo application

2008-05-14 Thread Eric Rodriguez
I have extended MessageListenerServlet and WebClient to fit the needs of my project and so far Comet has been working nicely. We are not in production stage but approaching a third pre-release and has been tested by many users without complains. Cheers, Eric petrkorda wrote: I am encounterin

Portfolio demo application

2008-05-14 Thread petrkorda
I am encountering problems trying to use Portfolio demo application. 1. In 5.1 "Market data publisher" works correctly, but "Portfolio" page doesn't 2. In 5.0 the "Portfolio" example works perfectly when run in Jetty, but I never succeeded in having it working under Tomcat Any hints, ideas? I w