[ANN] Habari ActiveMQ Client 2.8 for Delphi and Free Pascal released

2011-06-07 Thread mjustin
June 7, 2011 - Habarisoft is pleased to announce release 2.8 of its client library for the Apache ActiveMQ open source message broker, which is also the default JMS provider in the Apache Geronimo open source application server and IBM WebSphere Application Server Community Edition. New in vers

Re: Does OpenWire support object message transformation for non-Java clients?

2011-05-10 Thread mjustin
Aleksandar Ivanisevic-3 wrote: > > mjustin <betas...@pair.com> writes: > >> Hello, >> >> With ActiveMQ and Stmp I was able to implement message exchange between >> Java >> and non-Java clients using the XML or JSON based object message >> tran

Does OpenWire support object message transformation for non-Java clients?

2011-05-09 Thread mjustin
Hello, With ActiveMQ and Stmp I was able to implement message exchange between Java and non-Java clients using the XML or JSON based object message transformation. So a Java object could be consumed by a Delphi app for example without any changes on the Java side. Is the same possible if I use th

ANN: Habari ActiveMQ Client 2.7 - Client library for Delphi and Free Pascal

2011-04-03 Thread mjustin
Habarisoft is pleased to announce release 2.7 of its client library for the Apache ActiveMQ open source message broker. New in this version: * failover transport * tested with ActiveMQ 5.3.2, 5.4.2 and 5.5 * unsubscribe durable consumers * Session#CreateMessage returns an IMessage

Re: How can I create a "compact" distribution of ActiveMQ

2010-08-26 Thread mjustin
Hi Dejan, Many thanks for the answer! Here is my working example pom.xml, which uses the current 5.5 snapshot: > > http://maven.apache.org/POM/4.0.0"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/

ANN: JMSLogAppender for ActiveMQ and the Delphi Logging Framework Log4D

2010-08-26 Thread mjustin
Habarisoft today released a JMS log appender which can be used in Log4D to send log messages from a Delphi 6 to 2010 application to an Apache ActiveMQ message broker. More information and configuration examples can be found at http://mikejustin.wordpress.com/2010/08/26/ The Habari JMS log append

EOFException in ActiveMQ 5.4.0 stomp+nio

2010-08-24 Thread mjustin
Hello, with the default configuration activemq-stomp.xml which uses stomp+nio on Port 61613, unit tests using BytesMessages of my Stomp client run into this error: 2010-08-24 19:48:28,652 | INFO | Listening for connections at: stomp://mj-PC:61612?transport.closeAsync=false | org.apache.activemq

ANN: Habari ActiveMQ Client 2.4 for Delphi and Free Pascal released

2010-08-16 Thread mjustin
August 17, 2010 - betasoft is pleased to announce release 2.4 of the Delphi and Free Pascal library Habari ActiveMQ Client. Home Page: http://www.mikejustin.com/habari_activemq.html Online Resources: Habari ActiveMQ Client - Getting Started (PDF): http://www.mikejustin.com/download/HabariActiv

Re: Is always 1 new JMS msg = 1 new (Message driven) Bean instance?

2010-08-16 Thread mjustin
BenXS wrote: > > Whenever a new JMS msg is arriving in a queue/topic where a MDbean is > listening (through "onMessage()"). > Is there always a new Bean instance created and used for handling this JMS > msgs? > > Or can it be that an already existing Bean instance is used for handling > the nex

How can I create a "compact" distribution of ActiveMQ

2010-08-14 Thread mjustin
Hello, I wouldl like to bundle a minimal version of ActiveMQ (w. Stomp support) with an application. Maybe the easiest way would be using a Maven POM artifact to retrieve only the required files, and then package my (Java) app with the Maven assembly plugin? Cheers, Michael Justin - Michael

Re: ActiveMQ 5.3.2/5.3.1 stomp+nio: client does not receive binary messages

2010-07-20 Thread mjustin
Hello, Many thanks for the information. With the current 5.4-SNAPSHOT it seems to be fixed, in 5.3.3-SNAPSHOT it is still present, I will try to do a build from trunk too. Regards, Michael Justin Dejan Bosanac wrote: > > Hi, > > this issue has been fixed recently in the trunk > https://issue

ActiveMQ 5.3.2/5.3.1 stomp+nio: client does not receive binary messages

2010-07-17 Thread mjustin
Hello, For my unit tests I use the xbean:activemq-demo.xml configuration provided in the conf folder. On the Stomp default port 61613, in this configuration Apache ActiveMQ 5.3.2 starts with stomp+nio: and all unit tests fail which try to receive a Stomp binary message (the client can send b

ANN: Habari ActiveMQ Client 2.3 - Support for temporary destinations

2010-05-11 Thread mjustin
May 11, 2010 - betasoft is pleased to announce release 2.3 of the Delphi and Free Pascal library Habari ActiveMQ Client. With this library and the Apache ActiveMQ open source Message Broker, developers can build integrated solutions, connecting cross language clients and protocols from Java(tm),

Re: ActiveMQ running on Amazon EC2 (Elastic Compute Cloud)

2010-04-10 Thread mjustin
Hello, a public image file (AMI) with Apache ActiveMQ 5.3.1 on Ubuntu Linux 9.10 is online now. It has the AMI ID ami-8df21ce4. Public means everybody with an AWS account can launch it. Costs depend on the instance size and running time, starting at less than $0.1/hour. A short tutorial is avail

Re: ActiveMQ running on Amazon EC2 (Elastic Compute Cloud)

2010-04-09 Thread mjustin
//www.nighttale.net > > > On Tue, Apr 6, 2010 at 8:49 AM, mjustin wrote: > >> >> Hello, >> >> for some product demos (Delphi and Java integration with ActiveMQ) I am >> interested in running a small Ubuntu Linux instance on Amazon EC2 with >&

ActiveMQ running on Amazon EC2 (Elastic Compute Cloud)

2010-04-05 Thread mjustin
Hello, for some product demos (Delphi and Java integration with ActiveMQ) I am interested in running a small Ubuntu Linux instance on Amazon EC2 with ActiveMQ, which would provide a ready to use environment where no Java and ActiveMQ download and installation is required. Yesterday I did a quick

Two doc pages about Stomp JMS binding - different header property names

2010-03-29 Thread mjustin
Hello, On http://activemq.apache.org/stomp.html, in section "Stomp extensions for JMS message semantics" and "ActiveMQ extensions to Stomp", two of the property names are activemq.noLocal and activemq.subscriptionName These are also currently supported (in ActiveMQ trunk) On the new page http

ANN: Habari ActiveMQ Client 2.2 for Delphi released - JMS MapMessage support

2010-03-21 Thread mjustin
March 22, 2010 - betasoft is pleased to announce release 2.2 of the Delphi and Free Pascal library Habari ActiveMQ Client. With this library and the Apache ActiveMQ open source Message Broker, developers can build integrated solutions, connecting cross language clients and protocols from Java(tm)

Bad link to Nabble forum at http://activemq.apache.org/discussion-forums.html

2010-03-20 Thread mjustin
Hi, the page http://activemq.apache.org/discussion-forums.html links to http://www.nabble.com/ActiveMQ---User-f2356.html which forwards to http://www.nabble.com/0987654321-td583.html#a2356 which shows only some cyrillic messages Fortunately I found this forum using the Nabble home page to le

Re: Delay messages with Stomp: connection reset

2010-03-11 Thread mjustin
Hi Dejan, Dejan Bosanac wrote: > > > it'd be great to make this work for Stomp. Any contribution is welcome. > For > starters, let's create a Jira issue to track this requirement. > > I have created https://issues.apache.org/activemq/browse/AMQ-2646 Regards, - Michael Justin SCJP, S

Re: AMQ-2379: query statistics with Stomp

2010-03-11 Thread mjustin
I blogged about it now at http://mikejustin.wordpress.com/2010/03/11/query-statistics-for-apache-activemq-with-delphi/ Cheers, - Michael Justin SCJP, SCJA betasoft - Software for Delphi™ and for the Java™ platform http://www.mikejustin.com - http://www.betabeans.de -- View this message i

Re: AMQ-2379: query statistics with Stomp

2010-03-10 Thread mjustin
Hi Dejan, Dejan Bosanac wrote: > > take a look at this article for more information on this topic > > http://rajdavies.blogspot.com/2009/10/query-statistics-for-apache-activemq.html > thanks for the hint, it works now! I just had to add support for MapMessage in my client library for Delphi

Re: 5.4 Snapshot: java.lang.NoClassDefFoundError: org/fusesource/commons/management/ManagementStrategy

2010-03-09 Thread mjustin
Hi Ben, thank you for your help! For now I removed the jetty entry in the activemq.xml as a q&d solution :) Regards, Michael Benjamin Keil-2 wrote: > > Hi Michael, > > What's needed in this case is the commons-management-1.0.jar. > > You can get it here: > http://repo.fusesource.com/maven2/

Delay messages with Stomp: connection reset

2010-03-09 Thread mjustin
Hello, following http://activemq.apache.org/delay-and-schedule-message-delivery.html I tried to delay a message using a AMQ_SCHEDULED_DELAY header property. The Stom frames look like this: send: CONNECT received: CONNECTED session:ID:mj-PC-49610-1268150511998-3:10 send: SUBSCRIBE destinati

5.4 Snapshot: java.lang.NoClassDefFoundError: org/fusesource/commons/management/ManagementStrategy

2010-03-09 Thread mjustin
Hello, the current snapshot and some of the olders fail to start the admin console. The log says: 2010-03-09 16:56:49,784 | INFO | ActiveMQ Console at http://0.0.0.0:8161/admin | org.eclipse.jetty.util.log | main 2010-03-09 16:56:49,945 | INFO | Initializing Spring root WebApplicationContext |

AMQ-2379: query statistics with Stomp

2010-03-09 Thread mjustin
Hello, following the description on https://issues.apache.org/activemq/browse/AMQ-2379 I tried to retrieve the broker statistics for a Queue. The Stomp frames are: send: CONNECT received: CONNECTED session:ID:mj-PC-49441-1268147472223-4:0 send: SUBSCRIBE destination:/queue/Habari ack:auto i

Re: Does the Stomp adapter support MapMessage?

2009-12-07 Thread mjustin
/ Blog - http://www.nighttale.net On Sun, Dec 6, 2009 at 6:52 PM, mjustin wrote: > > Hello, > > is it possible to use the supplied JSON or XML object transformation in > ActiveMQ not only for a simple ObjectMessage but also for MapMessage? > > Many thanks in advance, > &g

Does the Stomp adapter support MapMessage?

2009-12-06 Thread mjustin
Hello, is it possible to use the supplied JSON or XML object transformation in ActiveMQ not only for a simple ObjectMessage but also for MapMessage? Many thanks in advance, - Michael Justin SCJP, SCJA betasoft - Software for Delphi™ and for the Java™ platform http://www.mikejustin.com - ht

ANN: Habari ActiveMQ Client 2.0 released - Delphi 6-2010 and Free Pascal library

2009-11-10 Thread mjustin
November 10, 2009 - betasoft is pleased to announce release 2.0 of the Delphi and Free Pascal library Habari ActiveMQ Client for the open source Message Broker Apache ActiveMQ. Habari ActiveMQ Client is a library for Delphi(tm) and Free Pascal which provides easy access to Apache ActiveMQ, the

Re: Log4jJMSAppenderExample: Wire format negotiation timeout: peer did not send his wire format

2009-09-13 Thread mjustin
Problem solved: instead of activemq-core 5.2.0, now I am using activemq-all 5.2.0, and this solved the problem. Maybe it was just a problem with a wrong file in my local Maven repository. Cheers, - Michael Justin SCJP, SCJA betasoft - Software for Delphi™ and for the Java™ platform http://

Log4jJMSAppenderExample: Wire format negotiation timeout: peer did not send his wire format

2009-09-13 Thread mjustin
When I create and run the example Java program from http://activemq.apache.org/how-do-i-use-log4j-jms-appender-with-activemq.html, the following log messages appear: 14:19:13,637 DEBUG WireFormatNegotiator:77 - Sending: WireFormatInfo { version=3, properties={CacheSize=1024, CacheEnabled=true, Si

ANN: Habari ActiveMQ Client 1.9 released - JMS client library for Delphi

2009-09-08 Thread mjustin
September 8, 2009 - betasoft is pleased to announce release 1.9 of the Delphi and Free Pascal library Habari ActiveMQ Client for the open source Message Broker Apache ActiveMQ. Habari ActiveMQ Client is a library for Delphi(tm) and Free Pascal which provides easy access to Apache ActiveMQ, the mo

Broken link on http://activemq.apache.org/cross-language-clients.html

2009-09-06 Thread mjustin
The C# and .Net link points to http://activemq.apache.org/NMS/index.html which gives a 404 error. I think it should go to http://activemq.apache.org/nms/ Cheers, - Michael Justin SCJP, SCJA betasoft - Software for Delphi™ and for the Java™ platform http://www.mikejustin.com - http://www.beta

ActiveMQ resource adapter in GlassFish installation guide?

2009-08-03 Thread mjustin
Hello, does somebody know a tutorial / getting started guide which shows how I can use the activemq resouce adapter in GlassFish 2.1 or GlassFish v3? Best regards, - Michael Justin SCJP, SCJA betasoft - Software for Delphi™ and for the Java™ platform http://www.mikejustin.com - http://www.

Apache Geronimo, ActiveMQ and Stomp connector to the world outside ...

2009-07-15 Thread mjustin
Hello all, ActiveMQ is part of the Apache Geronimo Java application server - now I would like to build an example web application which uses the ActiveMQ Stomp interface to connect a message driven bean with the outer world. Ist this possible? Do I only have to configure the ActiveMQ broker in Ge

Re: Queue does not drain completely.

2009-07-10 Thread mjustin
RakeshRay wrote: > > Thanks for the suggestions, I tried, but does not help. > It could be the problem with the Stomp protocol!. > Anyone using Stomp to Connect to use Active MQ? > > You could use the Stomp client tools on my web site. The download includes a ProducerTool and a ConsumerTool w

ANN: Habari ActiveMQ Client 1.8 - Delphi and Free Pascal client library for Apache ActiveMQ message broker

2009-07-07 Thread mjustin
July 7, 2009 - betasoft is pleased to announce release 1.8 of the Delphi and Free Pascal library Habari ActiveMQ Client for the open source Message Broker Apache ActiveMQ. Habari ActiveMQ Client is a library for Delphi(tm) and Free Pascal which provides easy access to Apache ActiveMQ, the most p

Re: Queue does not drain completely.

2009-07-02 Thread mjustin
ving okay. Reading more > to figure out if can_read is really required in my case or not! > Thanks for the other suggestions, though. > > mjustin wrote: >> >> I am using 5.2 and 5.3-Snapshot. Have you tried to test it with a smaller >> number of messages, and without tr

Re: Queue does not drain completely.

2009-07-02 Thread mjustin
I am using 5.2 and 5.3-Snapshot. Have you tried to test it with a smaller number of messages, and without transactions? RakeshRay wrote: > > > Hi, > We have written a wrapper around and internally it is using using timeout > feature. > What version of Active MQ are you using? > > - -

Re: Queue does not drain completely.

2009-07-02 Thread mjustin
I don't know the PHP Stomp client very well (but a Delphi implementation). $stomp->read() seems to return immediately without waiting for the next message. There might be a different method $stomp->read(receivetimeout), which waits for the given time (in milliseconds) before it gives up. Michael

Habari ActiveMQ Client for Delphi and Free Pascal - next major release

2009-06-25 Thread mjustin
The development of the next major release (2.0) of Habari ActiveMQ Client will start soon. For the next release, Delphi and Free Pascal developers are invited to join the beta test group. There will be a couple of free licenses (commercial and personal) for beta testers who contribute to the next

Re: Flooding the Stomp connector ... timeout

2009-06-24 Thread mjustin
Hello, setting the memoryLimit from 5 to 50 in the broker configuration helps. Best Regards, Michael Justin mjustin wrote: > > Hello, > > testing with the 5.3-20090620.174423-1 snapshot on Windows XP SP3, with > Stomp trace enabled, I encounter problems with lost connect

Stomp and temporary destinations

2009-06-24 Thread mjustin
Hello, After reading the description for "Temporary Queues do not work with multiple connections to StompConnect" (http://jira.codehaus.org/browse/STOMP-12), I would like to know if the Stomp connector in ActiveMQ supports temporary destinations: "It is indeed possible to subscribe and send mess

Flooding the Stomp connector ... timeout

2009-06-24 Thread mjustin
Hello, testing with the 5.3-20090620.174423-1 snapshot on Windows XP SP3, with Stomp trace enabled, I encounter problems with lost connections. Here is the log output for the last received message: TRACE StompTransportFilter - Received: SEND destination:/queue/perftest Sending Messa

Stomp support for implict creation of temporary destinations

2009-05-17 Thread mjustin
Hello, I Have found that there already is a Jira entry for temporary destinations support over Stomp (https://issues.apache.org/activemq/browse/AMQ-1008). It is not yet assigned, and given the high number of Jira entries for the coming version 5.3, I guess it will not be included in the coming v

ANN: Habari ActiveMQ Client 1.7 - Delphi and Free Pascal client library for Apache ActiveMQ message broker

2009-05-06 Thread mjustin
May 5, 2009 - betasoft is pleased to announce release 1.7 of the Delphi client library Habari for Apache ActiveMQ, the popular and powerful open source Message Broker. With Habari ActiveMQ Client, Delphi developers can build integrated solutions, connecting cross language clients and protocols fr

Re: Stomp ack:auto clears all remaining messages in the queue

2009-04-17 Thread mjustin
now - depending on the steps at the end of the communication (unsubscribing, disconnecting). Many thanks for your feedback, and for bringing Hudson online :) Michael mjustin wrote: > > Update: > > the test steps and results are: > > 1. send 20 messages to the broker, the admi

Re: Stomp ack:auto clears all remaining messages in the queue

2009-04-17 Thread mjustin
Update: the test steps and results are: 1. send 20 messages to the broker, the admin console displays 20 messages, numbered from 1 to 20 2. consume 10 messages using Stomp client (5.3-Snapshot version) with "ack:auto", now the admin console displays only messages numbered from 13 to 20 - it loo

Re: Stomp ack:auto clears all remaining messages in the queue

2009-04-16 Thread mjustin
Hi Dejan, thanks for the reply. I have found a classpath problem, which caused a wrong version of StompConnection to be used (5.2 or an old 5.3 version). Now I see that the behaviour is like this: - first receive of 10 messages using Stomp: works fine - Queue displays remaining 8 messages (of 2

Stomp ack:auto clears all remaining messages in the queue

2009-04-16 Thread mjustin
Hello, I compared the behaviour of the JMS client (using the ProducerTool and ConsumerTool) and the behaviour of the Stomp client in Java. In both tests I start with 20 messages which I send to the queue TOOL.DEFAULT: call java -cp .;activemq-all-5.3-SNAPSHOT.jar ProducerTool --MessageCount=20

The ActiveMQ snapshot directory seems to be empty

2009-04-14 Thread mjustin
Hello, the directory at http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/apache-activemq/5.3-SNAPSHOT/ shows no files for a couple of weeks now. Maybe I have missed some news about this? Best Regards, Michael Justin -- View this message in context: http://www.nabble.c

Re: Stomp client for java, seems to hang?

2009-03-31 Thread mjustin
Johan Kindgren wrote: > > > Create an instance of StompConnect and inject the ConnectionFactory of > a JBoss server (Jboss Messaging). > > Hi Johan, JBoss has a task for support of the Stomp protocol: https://jira.jboss.org/jira/browse/JBMESSAGING-1406 https://jira.jboss.org/jira/browse/JB

Test for Stomp AutoAcknoledge

2009-03-21 Thread mjustin
Hi, This test (based on StompTest.java in the org.apache.activemq.transport.stomp package) fails on the fifth message. It first sends ten messages to a queue and then subscribes ten times in a loop to read one message. I am not sure if it has something to do with maximumRedeliveries, but since t

Re: Stomp: unsubscribe durable consumer - only works if client id == subscription name

2009-03-21 Thread mjustin
Thank you for pointing to the description, this will also simplify my implementation of the Delphi client library. Regards, Michael Justin Dejan Bosanac wrote: > > Hi Michael, > > this works as intended. Take a look at activemq.subscriptionName property > description at http://activemq.apache.

Stomp: unsubscribe durable consumer - only works if client id == subscription name

2009-03-18 Thread mjustin
Hello, It looks like unsubscribing a durable subscriber using Stomp works only if the same name has been used both for the client id and for the subscription name. This is the setup in the JUnit test in StompTest.java - testDurableUnsub() - where 'test' is the name for the client and the subscri

Disappearing messages with Stomp and Client Acknowledge

2009-03-12 Thread mjustin
Hello, while working on the Delphi Stomp client library for ActiveMQ I encountered a strange thing with CLIENT_ACKNOWLEDGE, which also appears with the Java Stomp client implementation in version 5.2 and also (but not so frequently) with 5.3. For my test, I use the Java messageproducer and creat

ANN: Habari ActiveMQ Client 1.5 - Delphi & Free Pascal client library for Apache ActiveMQ

2009-03-08 Thread mjustin
March 3, 2009 - betasoft is pleased to announce release 1.5 of the Delphi client library Habari for Apache ActiveMQ, the popular and powerful open source Message Broker. New * XML transformation: Support for object exchange using XML serialization, based on persistency helper methods in the OpenX

XStream annotations for XML transformation

2009-02-14 Thread mjustin
Dejan Bosanac wrote: > > > is your SamplePojo properly annotated so it can be marshaled with XStream? > > In my tests (using ActiveMQ 5.2, XStream 1.3) I found that the serialization to XML works fine even without annotations, a simple (serializable) class can be received by a Stomp client i

StompConnect which JBoss: please add required JBoss version to example script

2009-02-11 Thread mjustin
Hello, I tried to run the example script on http://stomp.codehaus.org/StompConnect+with+JBoss to test a STOMP connection to JBoss. I downloaded the latest 5.0 and 4 GA versions and JBoss Messaging 2 and 1.X, but I could not find all neccessary JAR files - some names seem to have changed, and some

Re: STOMP: broker sends "transformation" header for TextMessage

2009-02-10 Thread mjustin
Dejan Bosanac wrote: > > we have discussed this earlier and decided to leave transformation as pure > send/subscribe transient header (which apparently is not, as you have it > in > your received message). As there were a few requests for this already, > perhaps we should add a support for somet

STOMP: broker sends "transformation" header for TextMessage

2009-02-09 Thread mjustin
Hello List, in Stomp, the only way I know to see if a message is a ObjectMessage, or a TextMessage, is to check if it contains a "transformation= ..." header. However, if a subscriber uses the transformation header to tell the broker which transformation the broker should use for object messages

Re: ProducerTool hangs after 312 messages with --messageSize=2000 --messageCount=500

2009-02-09 Thread mjustin
Bill Schuller wrote: > > Do you have a consumer on the destination you are sending to? > Many thanks for your answer! For my test, I use a default installation of ActiveMQ 5.2 or a 5.3 snapshot. There are no other clients, and no consumers. The main problem however that there is a difference

ANN: Habari ActiveMQ Client 1.4 - Delphi client library for Apache ActiveMQ message broker

2009-02-08 Thread mjustin
February 2, 2009 - betasoft is pleased to announce the release 1.4 of its Delphi client library for Apache ActiveMQ, the popular and powerful open source Message Broker. With Habari ActiveMQ Client, Delphi and Free Pascal developers can build integrated solutions, connecting cross language clients

ProducerTool hangs after 312 messages with --messageSize=2000 --messageCount=500

2009-02-07 Thread mjustin
For performance tests on Windows (XP Home SP 3) and AMQ 5.2 (and 5.3 Snapshot), I used the Java ProducerTool with higher values for the messageSize and messageCount. I have found that the tool repeatedly "hangs" if I use these increased values. After browsing the ActiveMQ docs I realized that th

Re: Broker sends empty body in STOMP ObjectMessage (using jms-json transformation)

2009-02-01 Thread mjustin
Problem solved, spelled transformation id wrongly and did not pass the transformation request to the destination name ... The next release of the Delphi / Free Pascal client library is back on the road again =) Michael -- View this message in context: http://www.nabble.com/Broker-sends-empty-

Re: Broker sends empty body in STOMP ObjectMessage (using jms-json transformation)

2009-01-31 Thread mjustin
Dejan Bosanac wrote: > > I guess we should set transformation_error header in cases like this. > Added > to TODO :) > This would be very helpful. Until now I had no success even with annotated classes, the message still has an empty body. Sending and receiving within a Java client works perfe

Re: Broker sends empty body in STOMP ObjectMessage (using jms-json transformation)

2009-01-29 Thread mjustin
Dejan Bosanac wrote: > > is your SamplePojo properly annotated so it can be marshaled with XStream? > Not yet - but I am sure this was the missing piece. The SamplePojo is just implementing Serializable, sorry that I have not checked the XStream documentation before - agile development is no

Broker sends empty body in STOMP ObjectMessage (using jms-json transformation)

2009-01-29 Thread mjustin
Dear mailing list, my STOMP client receives ObjectMessage STOMP frames with the transformation=jms-json header set, but with an empty body. In my test, a Java client sends object messages to the broker, specifying jms-json transformation. The JAR file for the SamplePojo class, jettison and xstr

Correct STOMP headers for unsubscribe of durable consumers?

2009-01-24 Thread mjustin
Hello How would the STOMP header look like for a unsubscribe of a durable subscription? I tried these headers: activemq.subscriptionName=subscription name destination=topic name client-id=the client id id=topic name Using ActiveMQ 5.2 and my own Delphi STOMP client. I have found JIRA entries w

[ANN] Habari ActiveMQ Client library for Delphi(tm) 1.3 released

2009-01-21 Thread mjustin
January 8, 2009 - betasoft, independent software developer for CodeGear Delphi(tm) and for the Java(tm) platform, is pleased to announce release 1.3 of the client library Habari for Apache ActiveMQ, the popular and powerful open source Message Broker. With Habari ActiveMQ Client, Delphi applicati

STOMP over SSL (stomp+ssl protocol)

2009-01-07 Thread mjustin
Are there plans to support SSL connections for the STOMP protocol? I searched this mailing list and it looks like there is nothing in the pipeline yet. Best Regards Michael Justin -- View this message in context: http://www.nabble.com/STOMP-over-SSL-%28stomp%2Bssl-protocol%29-tp21332050p2133205

Example code for failover support using STOMP

2008-12-17 Thread mjustin
Hello newsgroup are there already implementations for filover support in a STOMP client available? I would like to add failover support in my Delphi / Free Pascal client library and need some inspiration / best practices / examples. Many thanks & happy holidays -- Michael Justin SCJP, SCJA bet

Does Apache Camel support HTTPS in the JETTY and/or HTTP components?

2008-08-27 Thread mjustin
Dear Newsgroup! Does Apache Camel contain HTTPS support in the JETTY and/or HTTP components? Best Regards Michael Justin -- View this message in context: http://www.nabble.com/Does-Apache-Camel-support-HTTPS-in-the-JETTY-and-or-HTTP-components--tp19176433p19176433.html Sent from the ActiveMQ -

OpenWire (for Delphi ActiveMQ client): how can I use the existing source generator

2008-08-21 Thread mjustin
Hello Can somebody give me some hints about the basic steps to run the OpenWire source code generator? I would like to support the OpenWire protocol in my implementation of a client library for Delphi (which currently uses STOMP). Java is no foreign language for me so I will not need much help, j

Re: ActiveMQ 5.1 + 5.2: sending "list" to ActiveMQ.Agent topic causes stacktrace

2008-07-25 Thread mjustin
Many thanks for your quick reply, it works like a charm! I added a comment with your information to the JIRA report. Best Regards Michael Justin -- View this message in context: http://www.nabble.com/ActiveMQ-5.1-%2B-5.2%3A-sending-%22list%22-to-ActiveMQ.Agent-topic-causes-stacktrace-tp1865

ActiveMQ 5.1 + 5.2: sending "list" to ActiveMQ.Agent topic causes stacktrace

2008-07-25 Thread mjustin
After uncommenting the commandAgent entry in activemq.xml http://activemq.apache.org/schema/core"; brokerUrl="vm://localhost"/> sending a 'list' message to the ActiveMQ results in this message: ERROR CommandMessageListener - Failed to process message due to: java.la ng.Exception: ja

5.1: how can I invoke the OpenWire source generator

2008-07-21 Thread mjustin
Hello all I tried to run the OpenWire source generator using mvn in the activemq-core directory. Until now I have not figured out how to invoke the OpenWire Generator task from the pom.xml ... If I succeed I would like to contribute a Delphi code generator ... Best Regards -- View this mes

Re: ActiveMQ 5.1 does not reply to command messages (commandAgent)

2008-05-20 Thread mjustin
I have added a bug report (AMQ-1737). Meanwhile I have found that the 'list --version' command works. The error occurs with the following query commands like 'query -QQueue=* --view Name' Best Regards Michael Justin -- View this message in context: http://www.nabble.com/ActiveMQ-5.1-does-n

ActiveMQ 5.1 does not reply to command messages (commandAgent)

2008-05-19 Thread mjustin
Dear all In ActiveMQ 5.1.0 (Windows distribution) I have uncommented the commandAgent configuration so that it reads http://activemq.apache.org/schema/core"; brokerUrl="vm://localhost"/> However, I cannot send commands to ActiveMQ using the STOMP protocol. I have included the exception message

Re: ANN: free administration GUI for message brokers

2008-05-19 Thread mjustin
Oleg Deribas-5 wrote: > > > I'm tried to connect to activemq 5.1, but it doesn't look right. Here is > screenshot: > > http://img212.imageshack.us/my.php?image=betamqjf6.png > > There was not error messages, and I've uncommented commandAgent line in > activemq config file. > > -- > Oleg

ANN: free administration GUI for message brokers

2008-05-18 Thread mjustin
BetaMQ is a free administration tool for Message Oriented Middleware message brokers. In this first preview release, it supports the following products: * Apache ActiveMQ * Amazon Simple Queue Service * xmlBlaster (www.xmlblaster.org) The first prototype of BetaMQ has been built using Haba

[ANN] Habari ActiveMQ Client 1.1 with ObjectMessage support

2008-04-05 Thread mjustin
March 31, 2008 - betasoft, independent software developer for CodeGear(tm) Delphi and for the Java(tm) platform, is pleased to announce release 1.1 of its client library Habari for Apache ActiveMQ, the popular and powerful open source Message Broker and Enterprise Integration Patterns provider.

XPATH broken in STOMP client?

2008-04-01 Thread mjustin
Dear all, I try to use a XPATH selector on a Queue using a STOMP client. The message text is: bar The selector is: XPATH '/*' (this expression returns the root element and so should return true) The STOMP client does not receive the message, I tested ActiveMQ 5.0 and ActiveMQ 5.1 snapshot (of

Re: jms-json transformation: missing library

2008-03-24 Thread mjustin
Found it :) The message was sent as a JMS BytesMessage (instead of a TextMessage) and the object property names have to be in lowercase. I am more than happy now =) Kind Regards Michael Justin mjustin wrote: > > The Delphi-generated version does not show up as SamplePojo object

Re: jms-json transformation: missing library

2008-03-24 Thread mjustin
ns that Java clients could not receive the objects which have been JSON-encoded by Delphi ... I will investigate more and see if I can find something. (UTF8 encoding and decoding is enabled and checked). Best Regards Michael Justin mjustin wrote: > > Then I tried to send a JSON encoded

Re: jms-json transformation: missing library

2008-03-24 Thread mjustin
Hello Dejan, many thanks - it works like a charm now. Now I am stuck just at the next corner and could have know before: I wrote a SamplePojo class and send it from a Java producer tool, and it successfully shows up in the web admin console. It appears in the typical Java notation in the 'Mess

jms-json transformation: missing library

2008-03-24 Thread mjustin
Dear all, with the current 5.1 snapshot, jms-json transformation requires the Thoughtworks xstream library which is not included in the binary distribution. I have found a download location for the required jars: http://dist.codehaus.org/com.thoughtworks.xstream/jars/ If the jar can not be in

Maven2 Plugin (activemq:run) missing Spring class FileSystemResource

2008-03-24 Thread mjustin
Dear all, I followed the instructions on http://activemq.apache.org/maven2-activemq-broker-plugin.html and the startup of ActiveMQ fails because a Spring framework class seems is missing: [INFO] [activemq:run] [INFO] Loading broker configUri: xbean:file:./src/resources/activemq.xml [INFO] -

ANN: Habari ActiveMQ Client - Delphi and Free Pascal library for Apache ActiveMQ

2008-03-08 Thread mjustin
March 5, 2008 - betasoft, independent software developer for CodeGear(tm) Delphi and for the Java(tm) platform, is pleased to announce the public release of its client library Habari for Apache ActiveMQ, the popular and powerful open source Message Broker and Enterprise Integration Patterns pro

Re: STOMP message properties with data type support

2008-03-03 Thread mjustin
Ok, I just have entered an improvement suggestion in jira. rajdavies wrote: > > > Want to raise a jira for an enhancement ? > > -- View this message in context: http://www.nabble.com/STOMP-message-properties-with-data-type-support-tp15798040s2354p15810794.html Sent from the ActiveMQ - Us

STOMP message properties with data type support

2008-03-02 Thread mjustin
Dear all Currently the STOMP connector seems to support only string type message properties. So subscription selectors like color = 'blue' AND weight > 2500 will not work (if the message has been sent using STOMP, the weight property will be a string). Are there any plans to implement typed prop

Re: Writing to JMS queues from RPG programs

2007-12-30 Thread mjustin
Hello Sriram If there is a HTTP package for RPG then the application could use the REST protocol which seems to be very easy to implement. (However I have only experience with STOMP.) Michael svdv wrote: > > Hello All, >We are looking at using ActiveMQ as a way to have asynchronous deliv

ANN: Apache ActiveMQ Client Component for Delphi and Free Pascal

2007-12-21 Thread mjustin
About BTActiveMQClient BTActiveMQClient is a component for Delphi(tm) and Free Pascal which provides easy access to the Apache ActiveMQ messaging system. With BTActiveMQClient, applications can connect to Apache ActiveMQ servers, subscribe to queues and topics, send and receive messages and objec

Re: Delphi STOMP client does not receive all messages

2007-12-15 Thread mjustin
ry out. > > On Dec 15, 2007 8:01 AM, mjustin <[EMAIL PROTECTED]> wrote: >> >> Hello! >> >> Currently I am developing a Delphi / Free Pascal STOMP client for >> ActiveMQ. >> Connecting, subscribing, sending and transaction support works very well. >

Delphi STOMP client does not receive all messages

2007-12-15 Thread mjustin
Hello! Currently I am developing a Delphi / Free Pascal STOMP client for ActiveMQ. Connecting, subscribing, sending and transaction support works very well. However, if I send a high number of messages to the client in a short time (using the ActiveMQ Web Console for exmple, but I have also test

Re: BTActiveMQClient component for Delphi: announcement of beta test

2007-12-03 Thread mjustin
bsnyder wrote: > > > You should add a page to the ActiveMQ wiki explaining this software. > > Many thanks for your suggestion! I have now added a link on the page http://activemq.apache.org/cross-language-clients.html There was already a link to the StompClient from Codehaus, so BTActive

Re: BTActiveMQClient component for Delphi: announcement of beta test

2007-12-02 Thread mjustin
Update The BTActiveMQClient GUI demo application now also includes - Transactions section - begin, commit and abort JMS transactions - JMS message log, STOMP frame log - sending and receiving of objects requires Delphi 7 or higher. The component now supports Unicode. This allows to send and rece

BTActiveMQClient component for Delphi: announcement of beta test

2007-11-29 Thread mjustin
Currently in development by betasoft (Components & JavaBeans, http://www.betabeans.de), BTActiveMQClient will be released in early 2008. The component uses Stomp as protocol and will include adapters for communication libraries including Internet Direct (Indy) 9, Indy 10 and Synapse. A Delphi obje