Re: ActiveMQ and HL7 Messages

2015-08-04 Thread Richard Kettelerij
It doesn't matter to ActiveMQ if messages are HL7 or in a different format, it has no notion of formats. To ActiveMQ it just a bunch of bytes (more or less). Assuming you're using the JMS API it supports different message types such as TextMessage, BytesMessage, MapMessage, etc. All can be used to

Re: Disable advisory for ActiveMQ broker

2014-03-25 Thread Richard Kettelerij
Hi, You'll need to adjust your broker url. Adding advisorySupport="false" is not enough to completely disable advisory messages. You'll need to change the broker url in your ConnectionFactory to: tcp://localhost:61616 ?jms.watchTopicAdvisories=false Regards, Richard http://richardlog.com On Sat

Re: Setting redelivery properties on XaConnectionFactory

2014-03-21 Thread Richard Kettelerij
I wonder wether the RedeliveryPolicy on your XA ConnectionFactory works as expected considering https://issues.apache.org/jira/browse/AMQ-4367. On Thu, Mar 20, 2014 at 9:56 AM, preben wrote: > A follow up for others. > > It seems impossible to use the Activemq JCA adapter with ActivationSpecs >

Re: JDBC access to KahaDB

2014-03-18 Thread Richard Kettelerij
No, KahaDB isn't a relational database and doesn't have a JDBC driver. Can you be more specific in want you'd like to accomplish? Regards, Richard http://richardlog.com On Tue, Mar 18, 2014 at 9:40 PM, mqadmin44 wrote: > Is there a way for my application to perform JDBC calls to receive > mess

Re: Persistent Message deleted after queue purged

2014-03-16 Thread Richard Kettelerij
Yes I believe so. Call purge and all messages will be gone. On Thu, Mar 13, 2014 at 5:24 PM, khandelwalanuj wrote: > Hi, > > Version: 5.8 > > If I am sending persistent messages on a queue and no consumer is running, > broker will store all those msgs in kahadb. Now if I purge the queue, > bork

Re: Hawt.io error

2014-02-18 Thread Richard Kettelerij
Hi Barry, Is this related to the hawtio console in ActiveMQ or are you just using hawtio with Karaf? Regarding the error: hawtio offers Maven integration and is most likely trying to contact Maven Central. Your Karaf instance is probably on a host which doesn't allow access to the public internet

Re: Transport Options (Randomize algorithm)

2014-01-21 Thread Richard Kettelerij
Here's the implementation of ?randomize=true. Source https://github.com/apache/activemq/blob/trunk/activemq-client/src/main/java/org/apache/activemq/transport/failover/FailoverTransport.java if (randomize) { // Randomly, reorder the list by random swapping for (int i = 0; i

Re: Upgrading only AMQ broker in OSGi container with Camel

2013-12-04 Thread Richard Kettelerij
I'm wondering the same thing. The activemq-client feature doesn't look very lightweight, it includes a 10MB activemq-osgi JAR was well as dependencies such as Zookeeper, which I would expect to seein a separate "activemq-client-ha" feature. -- View this message in context: http://activemq.228

Re: Upgrading only AMQ broker in OSGi container with Camel

2013-12-04 Thread Richard Kettelerij
I'm wondering the same thing. The activemq-client feature doesn't look very lightweight, it includes a 10MB activemq-osgi JAR was well as dependencies such as Zookeeper, which I would expect to seein a separate "activemq-client-ha" feature. -- View this message in context: http://activemq.228