Re: Posting ActiveMQ messages to Mailing List

2009-09-08 Thread Joe Fernandez
You can try setting up a Camel route that reads messages from an ActiveMQ topic and then forwards/routes the messages to a mail component. http://camel.apache.org/activemq.html ---> http://camel.apache.org/mail.html Joe http://www.ttmsolutions.com shaldar wrote: > > Hello all - > > I am

Posting ActiveMQ messages to Mailing List

2009-09-08 Thread shaldar
Hello all - I am trying to find a way of routing messages published to a particular topic to a mailing-list. What is the easiest way to do that? My clients are publishing and subscribing using the openwire protocol. Best - Susmit -- View this message in context: http://www.nabble.com/Posting-A

Re: AMQ - MSMQ bridge ... possible?

2009-09-08 Thread PlugTree
vezee: you need the Microsoft Native libraries for MSMQ on Solaris (I don't know if there's any). Could help you find out with my MS folks... PlugTree.com vezee wrote: Problem statement: Want to create a forward bridge from AMQ to MSMQ. Post the messages to AMQ and let clients read the message

Re: How to send one message to a topic in MDB?

2009-09-08 Thread Neo Wang
Thanks a lot for your information. I have found the solution to resolve the problem, you can try to change the value of "UseInboundSession" to "true" from "false" in ra.xml, then you will find it is OK. But the disadvantage of this solution is you cannot use this configuration outside of MDB, othe

Re: can't get simple Network of Brokers to work

2009-09-08 Thread Mitch Granger
Thanks! I'm all sorted out now. The real issue turned out to be that the OpenVZ images I was working off of couldn't multicast. Having working configs for a static list of brokers did help me identify that though. Thanks again! Bruce Snyder wrote: On Fri, Sep 4, 2009 at 5:43 PM, themitchy

Re: How to send one message to a topic in MDB?

2009-09-08 Thread andrewsomesyoung
Neo, I believe I am struggling with the same problem. From what I have learned so far, it appears that the JBoss TransactionManager sends two "start" messages to ActiveMQ: the first when the transaction is started upon receiving the first message in the MDB, and the second when the outgoing conne

AMQ - MSMQ bridge ... possible?

2009-09-08 Thread vezee
Problem statement: Want to create a forward bridge from AMQ to MSMQ. Post the messages to AMQ and let clients read the messages from MSMQ. Platform: Solaris 10 / JDK "1.5.0_15" What i tried so far: 1. Installed the Fuse message router(as per documentation) and copied the apache-camel-1.6.1.2-fu

NMS: How to specify Bitwize operations in selectors

2009-09-08 Thread gtsafas
I am trying to configure a consumer so it only receives messages that have the 2nd bit in the ‘Status’ (user defined INT property) as 0. I came up with the following code but I get this Exception… “An unhandled exception of type 'Apache.NMS.ActiveMQ.BrokerException' occurred in Apache.NMS.Ac

ActiveMQ connection Factories

2009-09-08 Thread avanidhar
Hi, I am working on migrating a spring based web app from Websphere to Tomcat 6.0. As part of it, I have been configuring the resources according to tomcat's requirements. When I configured the resources using ActiveMQ and started the application, I get this error. org.springframework.beans.fac

Re: PERL/STOMP: How to Request Response

2009-09-08 Thread Roger Hoover
Oh I see. I didn't look at your example carefully enough. Thanks! On Tue, Sep 8, 2009 at 11:04 AM, nmittal wrote: > > Roger, single connection is needed only in one script. So the requester > would > have one connection and the responder would have another. I was using 2 > connections in the r

Re: PERL/STOMP: How to Request Response

2009-09-08 Thread nmittal
Roger, single connection is needed only in one script. So the requester would have one connection and the responder would have another. I was using 2 connections in the requester and that was breaking it. I think, temporary queues are tied to a single instance of the connection. thanks Nishant

Random onServiceRemove calls even though broker still connected.

2009-09-08 Thread darrickc
Occasionally my client (with discovery turned on) will get the onServiceRemove method called even though the broker that has supposedly gone away is still connected and functioning properly. What causes these erroneous onServiceRemove calls, and is there a way to double check to make sure that we

Re: need a listener?

2009-09-08 Thread vezee
http://activemq.apache.org/CAMEL/http.html doesnot exist. Where else i can look? -vezee Gary Tully wrote: > > there is a camelContext in the default activemq.xml that has a simple > route > configured so it is installed and ready to rock as part of a standard 5.

Simple example and setup using ActiveMQ from JavaScript

2009-09-08 Thread Knight, Doug
Hi all, Does anyone have a simple example of how to connect to and read from a topic from JavaScript? I've looked at the Chat example, which I cannot get to work. There is also some disconnect in my knowledge as to how to configure the JavaScript "app" and ActiveMQ. I've seen some examples that

message groups with exception handling

2009-09-08 Thread boday
what happens when an exception occurs? Is the consumer thread halted while performing exception handling on the current message or are other messages processed in parallel? Is there a way to programatically control this? For example, if a processing exception is thrown and a retry policy is set

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

message groups with concurrent consumers

2009-09-08 Thread boday
how do I set the concurrnetConsumer/maxConcurrentConsumer properties when using message groups? For example, if I set the maxConcurrentConsumers to 10 and I send messages with 100 different JMSXGroupIDs...will the consumers be created/destroyed as necessary or does a single consumer get reused fo

Re: PERL/STOMP: How to Request Response

2009-09-08 Thread Dejan Bosanac
Hi Roger, I agree with you. I'm not sure if that's the problem, it was just my first guess looking at the code. Will take a look at it more closely and see if there's a problem on a broker side. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://

Re: PERL/STOMP: How to Request Response

2009-09-08 Thread Roger Hoover
Hi Dejan, I'm not seeing how this feature is useful if you have to have a single connection. Usually, the whole point of request/response, is to have the request processed elsewhere by some other process (perhaps on another machine) with it's own connection. If it only works on the same connecti

Bitwise Selectors

2009-09-08 Thread gtsafas
Is there any documentation on using bitwise selectors with nms. Or can anyone give me some examples. Would be much appreciated thank you. -- View this message in context: http://www.nabble.com/Bitwise-Selectors-tp25349108p25349108.html Sent from the ActiveMQ - User mailing list archive at Nabble

Re: Able to connect to broker but not recieving messages.

2009-09-08 Thread gtsafas
Thank you for your help, the error was overlooked on my end. I had the wrong message type :-D Timothy Bish wrote: > > On Tue, 2009-09-08 at 06:27 -0700, gtsafas wrote: >> Hello, I had posted here last week and have yet to find a solution. I am >> trying to recieve data from a topic and it is est

Re: Able to connect to broker but not recieving messages.

2009-09-08 Thread Timothy Bish
On Tue, 2009-09-08 at 06:27 -0700, gtsafas wrote: > Hello, I had posted here last week and have yet to find a solution. I am > trying to recieve data from a topic and it is establishing the connection > but not returning data. > > Here is my code; > > using System; > using System.Collections.Gene

Re: PERL/STOMP: How to Request Response

2009-09-08 Thread nmittal
Dejan, you are right. It started working as soon as I used one connection. thanks for your help. NIshant Dejan Bosanac wrote: > > Hi Nishant, > > just committed a test case that shows that stomp works nice with temp > destinations > > here it is > > public void testTempDestination() thr

Re: Example using REST interface with http post and get

2009-09-08 Thread Dejan Bosanac
I contribute here and there when I can :) Although I used and loved Postgres and Slony, I haven't been active there Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Sep 8, 2009 at

Re: PERL/STOMP: How to Request Response

2009-09-08 Thread Dejan Bosanac
Hi Nishant, just committed a test case that shows that stomp works nice with temp destinations here it is public void testTempDestination() throws Exception { String frame = "CONNECT\n" + "login: system\n" + "passcode: manager\n\n" + Stomp.NULL; stompConnection.sendFrame(fra

Able to connect to broker but not recieving messages.

2009-09-08 Thread gtsafas
Hello, I had posted here last week and have yet to find a solution. I am trying to recieve data from a topic and it is establishing the connection but not returning data. Here is my code; using System; using System.Collections.Generic; using System.Text; using Apache.NMS.ActiveMQ; using Apache.N

RE: Example using REST interface with http post and get

2009-09-08 Thread Knight, Doug
Awesome Dejan, thank you! By the way, do you participate in other Open Source projects? Your name sounds familiar, and I have worked with the PostgreSQL and Slony groups prior. Just curious. Thanks again, Doug -Original Message- From: chubr...@gmail.com [mailto:chubr...@gmail.com] On B

Re: Example using REST interface with http post and get

2009-09-08 Thread Dejan Bosanac
Hi Doug, you can take it in an ebook form using Manning Early Access Program http://www.manning.com/snyder/ Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Sep 8, 2009 at 2:09 P

RE: Example using REST interface with http post and get

2009-09-08 Thread Knight, Doug
Arun, A quick question, where did you find the book ActiveMQ in Action? Amazon shows the title has not been released yet. Thanks, Doug -Original Message- From: chubr...@gmail.com [mailto:chubr...@gmail.com] On Behalf Of Dejan Bosanac Sent: Friday, September 04, 2009 8:49 AM To: users@act