[jira] Updated: (CAMEL-733) Header and Trailer have been removed from DataSet object of Flatpack for processing of FixedLengthWithHeaderAndTrailer File

2008-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-733: -- Fix Version/s: 1.5.0 Header and Trailer have been removed from DataSet object of Flatpack for

[jira] Commented: (CAMEL-115) Provide access to the Exchange in TypeConverter#convert

2008-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=44374#action_44374 ] Claus Ibsen commented on CAMEL-115: --- Hadrian see also the chat log for yesterday. James and

[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

2008-07-18 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=44375#action_44375 ] Gert Vanthienen commented on CAMEL-463: --- Some refactorings in

[jira] Resolved: (CAMEL-617) Add support for AS/400 DTAQ

2008-07-18 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gert Vanthienen resolved CAMEL-617. --- Assignee: Gert Vanthienen Fix Version/s: 1.5.0 Resolution: Fixed Added to

[jira] Commented: (CAMEL-617) Add support for AS/400 DTAQ

2008-07-18 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=44378#action_44378 ] Gert Vanthienen commented on CAMEL-617: --- This was tested with an AS/400 system during

[jira] Created: (CAMEL-736) camel-jetty - Misconfiguration of url should have better validation to catch duplicate of http etc.

2008-07-18 Thread Claus Ibsen (JIRA)
camel-jetty - Misconfiguration of url should have better validation to catch duplicate of http etc. --- Key: CAMEL-736 URL:

[jira] Created: (CAMEL-737) When getContext().addInterceptorStrategy(new Tracer()); is added in a RouteBuilder class, then the timer component does not work

2008-07-18 Thread Charles Moulliard (JIRA)
When getContext().addInterceptorStrategy(new Tracer()); is added in a RouteBuilder class, then the timer component does not work - Key: CAMEL-737

How to route using java DSL?

2008-07-18 Thread pratibhaG
Suppose I have following message in queue: error service serviceA /service request changePassword request /error How can I make a routing like this: 1)If my service tag contains serviceA send request it to httpConsumer1 2)If my service tag contains serviceB send request it to httpConsumer2 How

[jira] Updated: (CAMEL-737) When getContext().addInterceptorStrategy(new Tracer()); is added in a RouteBuilder class, then the timer component does not work

2008-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-737: -- Fix Version/s: 1.5.0 (was: 1.4.0) Moving to Camel 1.5 When

[jira] Resolved: (CAMEL-737) When getContext().addInterceptorStrategy(new Tracer()); is added in a RouteBuilder class, then the timer component does not work

2008-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-737. --- Resolution: Fixed Applied patch with thanks to William Tam. Also fixed the same problem for

[jira] Updated: (CAMEL-736) camel-http - Misconfiguration of url should have better validation to catch duplicate of http etc.

2008-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-736: -- Summary: camel-http - Misconfiguration of url should have better validation to catch duplicate

[jira] Assigned: (CAMEL-736) camel-http - Misconfiguration of url should have better validation to catch duplicate of http etc.

2008-07-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-736: - Assignee: Claus Ibsen camel-http - Misconfiguration of url should have better validation to

Multiple consumer issue

2008-07-18 Thread SUMIT JAIN
I am using ActiveMq 4.1.1 I have 3 consumers listening to one topic. If one of my consumer is not running, and the other two are running, and a message is published, the two consumers would process the message. and the other consumer would miss this message. Does ActiveMQ provide any solution to

Re: Multiple consumer issue

2008-07-18 Thread Rob Davies
On 18 Jul 2008, at 07:13, SUMIT JAIN wrote: I am using ActiveMq 4.1.1 I have 3 consumers listening to one topic. If one of my consumer is not running, and the other two are running, and a message is published, the two consumers would process the message. and the other consumer would

Re: Multiple consumer issue

2008-07-18 Thread SUMIT JAIN
rajdavies wrote: On 18 Jul 2008, at 07:13, SUMIT JAIN wrote: I am using ActiveMq 4.1.1 I have 3 consumers listening to one topic. If one of my consumer is not running, and the other two are running, and a message is published, the two consumers would process the message. and

Re: Multiple consumer issue

2008-07-18 Thread Rob Davies
you can use multiple durable subscribers on the same topic On 18 Jul 2008, at 08:14, SUMIT JAIN wrote: rajdavies wrote: On 18 Jul 2008, at 07:13, SUMIT JAIN wrote: I am using ActiveMq 4.1.1 I have 3 consumers listening to one topic. If one of my consumer is not running, and the other

Re: Urgent java.lang.IndexOutOfBoundsException in ActiveMQ Kaha Storage - Data lost?

2008-07-18 Thread qbeukes
I'm not sure where it fails. It failed when starting with the errors I gave previously. So I removed: /opt/apache-activemq-5.1.0/amqdata/kr-store/state/index-store-state And now it fails with another error. Here is the log for when starting up: ACTIVEMQ_HOME: /opt/apache-activemq-5.1.0

[jira] Commented: (AMQ-1845) Message loss in network of brokers when network connection break

2008-07-18 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=44384#action_44384 ] Gary Tully commented on AMQ-1845: - ok, we need some help to reproduce this, my efforts so far

[jira] Commented: (AMQNET-93) NMS does not mirror standard 'JMS' exceptions

2008-07-18 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=44391#action_44391 ] Jim Gomes commented on AMQNET-93: - I agree that we should be able to wrap orthogonal vendor

[jira] Created: (AMQ-1860) soTimeout transport property- Incorrect documentation (or code, you pick)

2008-07-18 Thread Filip Hanik (JIRA)
soTimeout transport property- Incorrect documentation (or code, you pick) - Key: AMQ-1860 URL: https://issues.apache.org/activemq/browse/AMQ-1860 Project: ActiveMQ

[jira] Commented: (AMQ-1860) soTimeout transport property- Incorrect documentation (or code, you pick)

2008-07-18 Thread Filip Hanik (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=44394#action_44394 ] Filip Hanik commented on AMQ-1860: -- As a side note, and not relevant to this issue, let me

Re: NMS API design question regarding AckMode

2008-07-18 Thread Jim Gomes
Hi Mark, I have been playing around with this for a while, and here are my findings for further discussion. It is possible to change the IConnection interface to use the following generic types: ISession CreateSession(System.Enum acknowledgementMode); System.Enum AcknowledgementMode {

[jira] Created: (AMQNET-94) Use of AcknowledgmentMode enum and boolean for priority limit use of NMS API for vendor extensions

2008-07-18 Thread Mark Pollack (JIRA)
Use of AcknowledgmentMode enum and boolean for priority limit use of NMS API for vendor extensions -- Key: AMQNET-94 URL:

[jira] Created: (AMQNET-95) IMessageProducer contains methods for creating messages which is not in agreement with JMS API and .NET vendor specific messaging APIs

2008-07-18 Thread Mark Pollack (JIRA)
IMessageProducer contains methods for creating messages which is not in agreement with JMS API and .NET vendor specific messaging APIs -- Key:

[jira] Created: (AMQNET-96) IConnection interface to support connection metadata.

2008-07-18 Thread Mark Pollack (JIRA)
IConnection interface to support connection metadata. - Key: AMQNET-96 URL: https://issues.apache.org/activemq/browse/AMQNET-96 Project: ActiveMQ .Net Issue Type: Improvement

[jira] Commented: (AMQNET-93) NMS does not mirror standard 'JMS' exceptions

2008-07-18 Thread Mark Pollack (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=44395#action_44395 ] Mark Pollack commented on AMQNET-93: Just to clarify, do you plan to mirror the current