Hi,
I tried to install the activemq-spring feature in karaf (as described in
http://activemq.us.ipv4.apache.org/osgi-integration.html) but it fails. I
changed the features url to features:addUrl
mvn:org.apache.activemq/activemq-karaf/5.4-SNAPSHOT/xml/features to get the
current snapshot of 5.4 bu
I am trying to set up a simple network of brokers within the same host (Linux
VM) using multicast. It seems that I can only use 'localhost' as host name
in tcp uri. If I use IP address or DNS name, the log shows 'connection
refused' warning message. Here are some details:
My configurations:
- fo
I had searched the forum earlier and didn't find what I was looking for but
continuing on came across this link which resolved my question on what the
'sandbox' repo was about. For some reason I expected this sandbox to be part
of the trunk
Perhaps have the problem posted differently will sa
Hello,
I wonder if anyone on this ML has used ActiveMQ in an environment where
the software must failover to a disaster recovery (DR) site. It's quite a
different thing from failing over because the primary machine has died.
I realise that AMQ does provide failover but it looks to me like it is
Hi Ben,
you do it like you'd do it for any other Spring application.
You should get familiar with Spring a bit more to achieve it
http://www.springsource.org/documentation
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - h
Hi Tom
perftest plugin hasn't been updated in a while and the documentation
is probably a bit old.
If you're interested in performance testing/tuning ActiveMQ, you can
check out JMSTester
http://jmstester.fusesource.org/documentation/manual/index.html
Cheers
--
Dejan Bosanac - http://twitter.co
Hi Alex,
I think the 4th optional parameter would work just fine. Can you raise
a Jira and attach patch there when you have it ready. Thanks!
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
B
Hi,
you can create blob message from File, URL or InputStream so you can
theoretically send any byte[] as a blob message. ActiveMQ will
underneath send it to the remote http or ftp server and send that link
in a JMS message. So consumer can receive it.
Cheers
--
Dejan Bosanac - http://twitter.com
I'm trying to understand the use of blobmessage and if it could be a possible
solution to a requirement I have.
>From reading the ActiveMQ in Action I can see that you can send a file via
blobmessage
BlobMessage message = session.createBlobMessage(new
URL("http://some.shared.site.com/bigfile
pro
Hi!
I'm using ActiveMQ 5.3.2 together with Camel 2.1.0 and have a producer and a
consumer communicating trough a queue, using an embedded broker.
I have activated persistence, so that messages don't get lost if producer or
consumer are in an error state.
My application layer on the consumer-side
10 matches
Mail list logo