Re: bash-mq, an improved squawk tool (mostly for sysadmin stuff actually)

2012-11-23 Thread Torsten Mielke
I gave it some tests here today. This is a really useful tool to have for testing and scripting as it has no dependencies on other frameworks like perl, stomp, etc. The only requirements are the commands gawk and socat. Both can be installed easily on Unix based systems. Make sure to check ou

Re: bash-mq, an improved squawk tool (mostly for sysadmin stuff actually)

2012-11-23 Thread Christian Posta
Pretty sweet. Thanks! On Thu, Nov 22, 2012 at 3:19 AM, Laurent Laborde wrote: > Friendly greetings ! > i rewrote > http://www.nobugs.org/blog/archives/2008/05/11/squawk-simple-queues-using-awk/ > The repository can be found here : https://github.com/ebuzzing/bash-mq > > Feature : > - login/passw

Re: ActiveMQ-CPP with IBM WebSphere MQ

2012-11-23 Thread mk
I forgot to say, that I can send and receive messages directly with WebSphere by XMS (IBM C++ library to communicate with Websphere MQ). -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-CPP-with-IBM-WebSphere-MQ-tp4659634p4659695.html Sent from the ActiveMQ - User

Re: ActiveMQ-CPP with IBM WebSphere MQ

2012-11-23 Thread mk
I'm trying to configure the bridge between ActiveMQ and WebSphere MQ, it seems that connection is established, but unfortunately I don't see any result. producer ==> ActiveMQ <<=bridge=>> WebSphere ==> consumer Configuration file activemq.xml: http://www.springframework.org/schema/beans"; xmlns:

Re: Can failover transport retry current connection first?

2012-11-23 Thread Gary Tully
it is not a great solution, but you could repeat the tcp://broker1:61616 urla few times. The logic discards the current url on failure and moves on to the next in the list. There is a backup option, which keeps a hot backup, but if this is created at the same time it may suffer from the same probl

Re: bash-mq, an improved squawk tool (mostly for sysadmin stuff actually)

2012-11-23 Thread Laurent Laborde
I just noticed that by default the persistence is set to false when using stomp while this is the opposite of the default for JMS submitted messages So i added a persistence option to bash-mq (option -x). pushed to https://github.com/ebuzzing/bash-mq -- Laurent "ker2x" Laborde Sysadmin & DBA at