Re: activemq-cpp config.log error ???? (opensuse11)

2008-11-11 Thread t9
All linguistic "lib" which have been specified I has established, "readme" read time 10 but and it has not turned out to establish amq-cpp :confused: _ [EMAIL PROTECTED]:/usr/activemq-cpp-2.2> su Passwort: prk:/usr/activemq-

Problem when using brokerName attribute

2008-11-11 Thread pratibhaG
Hi, I am using activemq inside servicemix. In my activemq.xml I have following configuration. http://activemq.org/config/1.0";>

Re: memoryUsage configuration

2008-11-11 Thread lurga
Hi Gary, Think you for your reply,but I still have some doubt about the 'valid anomaly' you mentioned . I was puzzled with this question for some days, and I also attempted to resolve it by writing some temperory code . What the most I want to know is why the BaseDestination uses two memory u

use of useDatabaseLock with jdbcPersistenceAdapter

2008-11-11 Thread skomarla
Hello everyone, I'm experimenting with the jdbcPersistenceAdapter and want to understand the intent of the attribute useDatabaseLock. I couldn't dig up anything beyond "Sets whether or not an exclusive database lock should be used to enable JDBC Master/Slave. Enabled by default. " I understand

RedeliveryPolicy via Annotation, XML, or URI?

2008-11-11 Thread eidolon1138
We are using AMQ5.1. We have an MDB with the following Annotations... @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), @ActivationConfigProperty(propertyName="destination", propertyValue="AMQ.Calypso.Event

Re: gracefully stop ActiveMQ in a network of broker

2008-11-11 Thread Bruce Snyder
On Tue, Nov 11, 2008 at 2:07 PM, yinghe0101 <[EMAIL PROTECTED]> wrote: > > hi Bruce, > thanks for your info. I think I did not clearly explain my setup. > I have masterBroker1/slaveBroker1 and masterBroker2/slaveBroker2 on > different machines. > Then my client( both producers and consumers) use >

Re: gracefully stop ActiveMQ in a network of broker

2008-11-11 Thread yinghe0101
hi Bruce, thanks for your info. I think I did not clearly explain my setup. I have masterBroker1/slaveBroker1 and masterBroker2/slaveBroker2 on different machines. Then my client( both producers and consumers) use failover://(tcp://masterBroker1,tcp://masterBroker2) I only use slaveBrokers for da

Re: gracefully stop ActiveMQ in a network of broker

2008-11-11 Thread Bruce Snyder
On Tue, Nov 11, 2008 at 12:40 PM, yinghe0101 <[EMAIL PROTECTED]> wrote: > > hi, All, > first, I have a question. the setup I have is two pair of master/slave > running on different machines. > When I use activemq-admin.bat stop --jmxurl to stop one master, what happens > to the pending message in t

Re: activemq, session management?

2008-11-11 Thread Joe Fernandez
If I understand your scenario correctly, the 'announcement' queue is a 'shared' queue from which all consumers compete for initial service requests. The producers (clients) and consumers also maintain 'private' queues through which conversational state is maintained between producer and consumer a

Re: Stack Overflow

2008-11-11 Thread Dave Stanley
It looks like a recursive/nested invocation is overflowing the stack. The stack does look to be repeating itself. Is the problem easily reproducible? Also what version of the broker are you using? /Dave On Tue, Nov 11, 2008 at 11:32 AM, sub3 <[EMAIL PROTECTED]> wrote: > > Hi, > > Can someone tel

Re: Where to define IBATIS XML in ActiveMq.xml

2008-11-11 Thread Bruce Snyder
On Fri, Nov 7, 2008 at 10:28 PM, Woody Dickson <[EMAIL PROTECTED]> wrote: > Hi, > > When using iBatis as the endpoint, where can I specify the name of the > iBATIC SQL Config file within the ActiveMq.xml? > > Thanks in advance for your help. If you are using Apache Camel, you need to post to the A

gracefully stop ActiveMQ in a network of broker

2008-11-11 Thread yinghe0101
hi, All, first, I have a question. the setup I have is two pair of master/slave running on different machines. When I use activemq-admin.bat stop --jmxurl to stop one master, what happens to the pending message in the queue on this stopped broker? I have a requirement that when we need to mainta

Re: activemq, session management?

2008-11-11 Thread Dave Stanley
Hi Eugene, >> . If the consumer dies for some reason - we need to resume it's job. Would a durable subscription [1] for your consumer work. Then if the consumer dies, you would just need to recover from where you left off. If you used CLIENT_ACKNOWLEDGE you should be able to control how many mess

Re: Difficulty with interoperating XMPP clients with ActiveMQ 5 (FUSE Message Broker 5.0.0.2)

2008-11-11 Thread GiveMeLifeSupport
I am running into the same issue. Fintan were you able to resolve this issue? Regards Manish Fintan Bolton wrote: > > I've tried to follow the steps for connecting a Spark client to an > activemq message broker (as described in the XMPP page, > http://activemq.apache.org/xmpp.html), but I've f

Re: Data Handling in AMQ

2008-11-11 Thread Bruce Snyder
On Tue, Nov 11, 2008 at 12:34 AM, smo001 <[EMAIL PROTECTED]> wrote: > > Okay this was my question. > > My problem was, that i read in Active MQ that i can transform messages with > it. But i think it means the transformation from one message type into an > other message typ, but not the transformat

activemq, session management?

2008-11-11 Thread Eugeny N Dzhurinsky
"Ben, eto Danila, I need help!" (C) Hello there! I would appreciate any help you could provide me with. I need to solve some kind of a strange task, which might be out of scope of Active MQ. We need to build the distributed network of data processors, which are working interactively with users (

Stack Overflow

2008-11-11 Thread sub3
Hi, Can someone tell me what is happening here? I don't know much about the internals of ActiveMQ code, so I am not sure how to diagnosis. 2008-11-11 16:20:36,586 [ActiveMQ Transport: tcp:///127.0.0.1:2250] ERROR org.apache.activemq.broker.TransportConnection.Service - Async error occurred: jav

Re: Adding property before being sent to dead letter queue

2008-11-11 Thread Bruce Snyder
On Tue, Nov 11, 2008 at 8:14 AM, Tom Malone <[EMAIL PROTECTED]> wrote: > > I am using activemq but not camel, I want to add a property to the message, > before it arrives in the dlq, when an exception is thrown. I see this is > possible in camel, how was this done, is there anyway of doing this wit

activemq-cpp config.log error ???? (opensuse11)

2008-11-11 Thread t9
Problem with a configuration amq-cpp, I need help to understand, what libraries not installed %-| _ activemq_cpp 2.2 This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

Re: Connecting from SAP XI to ActiveMQ

2008-11-11 Thread mslopar
I saw this article and I'm not sure I configured everything correctly. I'm getting error message: Error during channel initialization; exception trace: java.lang.UnsupportedClassVersionError: org/apache/activemq/ActiveMQConnectionFactory (Unsupported major.minor version 49.0) at java.lang.ClassL

Adding property before being sent to dead letter queue

2008-11-11 Thread Tom Malone
I am using activemq but not camel, I want to add a property to the message, before it arrives in the dlq, when an exception is thrown. I see this is possible in camel, how was this done, is there anyway of doing this without doing the dlq behaviour yourself. Thanks in advance Tom -- View this m

RE: implementing a queue listener to make routing decision

2008-11-11 Thread Andres Rangel
This is a content based router. You can use camel to accomplish what you are looking for very easy Just go to: http://activemq.apache.org/camel/content-based-router.html for more info -- Andres Rangel Sw Engineer Moniker.com -Original Message- From: ilango_g [mailto:[EMAIL PROTECTED]

Re: Connecting from SAP XI to ActiveMQ

2008-11-11 Thread Joe Fernandez
This thread may help http://www.nabble.com/Connect-from-SAP-XI-PI-to17640779.html#a17640779 Joe Get a free ActiveMQ user guide @ http://www.ttmsolutions.com mslopar wrote: > > Hi, > I need to connect from SAP XI to ActiveMQ ver. 5.1.0. SAP XI supports this > by deploying some ActiveMQ driver

Connecting from SAP XI to ActiveMQ

2008-11-11 Thread mslopar
Hi, I need to connect from SAP XI to ActiveMQ ver. 5.1.0. SAP XI supports this by deploying some ActiveMQ driver to XI. So my question is, where to find this driver? Thanks -- View this message in context: http://www.nabble.com/Connecting-from-SAP-XI-to-ActiveMQ-tp20439362p20439362.html Sent fr

Re: memoryUsage configuration

2008-11-11 Thread Gary Tully
Hi Lurga, this seems to be a valid anomaly. Please check out the contributing[1] details to see the best way to make your changes permanent. [1] http://activemq.apache.org/contributing.html 2008/11/11 lurga <[EMAIL PROTECTED]>: > > Queue invokes memoryUsage.isFull() method to decide when to block

Unmarshlling SOAP message to JAVA object

2008-11-11 Thread manish_goyal
Hi, I have send a JAVA Object to JMS after converting it to the SOAP message. Using following code:- MessageFactory mf = MessageFactory.newInstance(); /* * Create a SOAP message object.*/ SOAPMessage soapMessage = mf.createMessage(); soapMessage.setProperty(

Re: memoryUsage configuration

2008-11-11 Thread lurga
Queue invokes memoryUsage.isFull() method to decide when to block producer sending message, and FilePendingCursor invokes hasSpace() method (uses systemUsage of the Queue) to decide when to flush messages to disk. I made a patch to avoid diverse results from these two different ways of judgement.

Re: Can we send a JAVA object to ActiveMQ JMS Queue

2008-11-11 Thread JimmyYang
yes. but you need to implement the serializable interface for the object which is sent to consumer. code example: /*the object you will be sent to consumer*/ public class MSObject implements java.io.Serializable{ .. } /*sending method*/ private void sendObjectMessage() throw