Gary Tully writes:
>
> glad that helped, thanks for posting back.
>
> On 30 August 2010 11:28, Theo Bot wrote:
> > Gary,
> >
> > Your repsonse led me to the solution. It was indeed the missing
> > destination. The script had an argument called 'queue' instead of
> > 'destination'.
> >
> > Th
glad that helped, thanks for posting back.
On 30 August 2010 11:28, Theo Bot wrote:
> Gary,
>
> Your repsonse led me to the solution. It was indeed the missing
> destination. The script had an argument called 'queue' instead of
> 'destination'.
>
> Theo
>
> On Mon, Aug 30, 2010 at 12:03 PM, Gary
Gary,
Your repsonse led me to the solution. It was indeed the missing
destination. The script had an argument called 'queue' instead of
'destination'.
Theo
On Mon, Aug 30, 2010 at 12:03 PM, Gary Tully wrote:
> Maybe the source will help, it is the destination attribute:
> http://fisheye6.atlass
Maybe the source will help, it is the destination attribute:
http://fisheye6.atlassian.com/browse/activemq/tags/activemq-5.4.0/activemq-core/src/main/java/org/apache/activemq/broker/CompositeDestinationBroker.java?r=985385#l84
Guess you need to see if you can reproduce and possibly produce a test
Gary,
I can't make anything of it. Do you know which attribute?
Theo
On Mon, Aug 23, 2010 at 1:00 PM, Gary Tully wrote:
> what client are you using, that npe is coming from an expected
> destination attribute in the message which is not there in that stack
> trace.
>
> On 22 August 2010 15:12,
Gary,
I'm using simple perl client, using the Net:Stomp module.
Theo
On Mon, Aug 23, 2010 at 1:00 PM, Gary Tully wrote:
> what client are you using, that npe is coming from an expected
> destination attribute in the message which is not there in that stack
> trace.
>
> On 22 August 2010 15:12,
what client are you using, that npe is coming from an expected
destination attribute in the message which is not there in that stack
trace.
On 22 August 2010 15:12, Theo Bot wrote:
> Hi all
>
> When I start the ActiveMQ (5.4.0) on a CentOS 5.5 server with the
> activemq-stomp.xml file and I try t