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
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
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
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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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-
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
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
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
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
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
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
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
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
31 matches
Mail list logo