[jira] Resolved: (CAMEL-762) New component for smoks

2008-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-762. --- Resolution: Fixed New component for smoks --- Key:

[jira] Commented: (CAMEL-708) CXF - Improve document for new end-users to CXF

2008-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45060#action_45060 ] Claus Ibsen commented on CAMEL-708: --- Will be covered in the tutorial in CAMEL-601. CXF -

[jira] Commented: (CAMEL-834) Trailing slash missing in SftpConsumer

2008-08-19 Thread Aleksandar Vidakovic (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45063#action_45063 ] Aleksandar Vidakovic commented on CAMEL-834: The hint with

[jira] Created: (CAMEL-836) support to configure the multicast with Spring xml

2008-08-19 Thread Willem Jiang (JIRA)
support to configure the multicast with Spring xml -- Key: CAMEL-836 URL: https://issues.apache.org/activemq/browse/CAMEL-836 Project: Apache Camel Issue Type: Improvement

[jira] Commented: (CAMEL-797) Add a part 4 to the tutorial (camel-example-reportincident) to show how to turn on the code to route messages using DSL language and/or spring xml configuration file

2008-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45067#action_45067 ] Claus Ibsen commented on CAMEL-797: --- Each part has a file attached with the source code. At

[jira] Updated: (CAMEL-797) Add a part 4 to the tutorial (camel-example-reportincident) to show how to turn on the code to route messages using DSL language and/or spring xml configuration file

2008-08-19 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-797: -- Attachment: part-four.zip Ah, there was an issue for this. I presented camel @trijug

[jira] Resolved: (CAMEL-834) Trailing slash missing in SftpConsumer

2008-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-834. --- Resolution: Fixed The exclusiveReadLock option is now default *false* in Camel 1.5. Trailing

[jira] Commented: (CAMEL-723) CXF - wrapper/unwrapper - camel-cxf should be smarter

2008-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45078#action_45078 ] Claus Ibsen commented on CAMEL-723: --- Willem what about adding an option to camel-cxf where

Re: activeMq hangs after long time using

2008-08-19 Thread Filip Hanik - Dev Lists
hi Eric, this is classic dead lock, and it is a bug in AMQCPP, as Rob said, file a bug fix, but here is what is going on thread 1, in line #9 0x00506316 in activemq::connector::openwire::OpenWireConnector::close it has acquired the lock synchronized( mutex ) then it calls transport-close();

Re: activeMq hangs after long time using

2008-08-19 Thread [EMAIL PROTECTED]
hi, Filip i read the introduce of this bug in the url you give me . And find the code modified in that page is the same with the code in the ActiveMQ cpp 2.2 which i used in my project and occurs the hang. could u tell me how to resolve this issue. is it ok to return to the code which without

NMS ssl support

2008-08-19 Thread benetnash
Hi! I see, that there is no ssl support in NMS. Is there any plan for implementing that in near future? I made small library vith Mono.Security providing SslConnectionFactory using copy-paste from ConnectionFactory, TcpTransportFactory and TcpTransport but it's very messy solution (any change in

[jira] Created: (AMQ-1895) activemq.xml embedded camel context cannot resolve a broker if port other than default(61616) is used for tcp transport

2008-08-19 Thread Gary Tully (JIRA)
activemq.xml embedded camel context cannot resolve a broker if port other than default(61616) is used for tcp transport Key: AMQ-1895 URL:

[jira] Created: (AMQCPP-194) Potential Deadlock in OpenwireConnector on exception from transport

2008-08-19 Thread Timothy Bish (JIRA)
Potential Deadlock in OpenwireConnector on exception from transport --- Key: AMQCPP-194 URL: https://issues.apache.org/activemq/browse/AMQCPP-194 Project: ActiveMQ C++ Client

[jira] Resolved: (AMQCPP-194) Potential Deadlock in OpenwireConnector on exception from transport

2008-08-19 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-194. - Resolution: Fixed Removed the mutex lock in onTransportException as it is not needed.

[jira] Commented: (AMQCPP-191) autogen.sh fails to create configure : doxygen-related

2008-08-19 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45071#action_45071 ] Timothy Bish commented on AMQCPP-191: - You might try backing down to autoconf 2.61, I've

Re: activeMq hangs after long time using

2008-08-19 Thread Filip Hanik - Dev Lists
I'd have to look at it a bit more, but my guess is that I would take the thread-join out of the sync block Filip [EMAIL PROTECTED] wrote: hi, Filip i read the introduce of this bug in the url you give me . And find the code modified in that page is the same with the code in the ActiveMQ cpp

Re: NMS ssl support

2008-08-19 Thread Jim Gomes
Hi Janek, There hasn't been any plan for implementing SSL into NMS, since there hasn't been a JIRA logged so we could schedule it into the releases. Right now, we are working on shipping 1.0 and would not want to make such a big change that could destabilize the code. As you mention, it would

RE: activeMq hangs after long time using

2008-08-19 Thread Bish, Tim
I wouldn't recommend that. Instead just remove the mutex lock in the Connectors onTransportException as its not required. Currently I'm thinking that we should probably just un-register for transport exceptions before we close down the transport since we don't really care at that point it an

[jira] Commented: (AMQ-1886) Transactions used in a JDBC store WITHOUT a journal will not commit the UOW in an atomic operation

2008-08-19 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45072#action_45072 ] Hiram Chirino commented on AMQ-1886: good catch.. I think the root cause is that the

[jira] Created: (AMQ-1896) 1 transactional and exclusive consumer receiving messages at the same time.

2008-08-19 Thread Torsten Mielke (JIRA)
1 transactional and exclusive consumer receiving messages at the same time. Key: AMQ-1896 URL: https://issues.apache.org/activemq/browse/AMQ-1896 Project: ActiveMQ

[jira] Updated: (AMQ-1896) 1 transactional and exclusive consumer receiving messages at the same time.

2008-08-19 Thread Torsten Mielke (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Torsten Mielke updated AMQ-1896: Attachment: HelloWorldJMS_ART-1896.zip Use this testcase and follow the steps in

[jira] Updated: (AMQ-1896) 1 transactional and exclusive consumers receiving messages at the same time.

2008-08-19 Thread Torsten Mielke (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Torsten Mielke updated AMQ-1896: Summary: 1 transactional and exclusive consumers receiving messages at the same time. (was: 1

[jira] Created: (AMQ-1897) Non-transactional and exclusive consumer may receive messages out-of-order.

2008-08-19 Thread Torsten Mielke (JIRA)
Non-transactional and exclusive consumer may receive messages out-of-order. --- Key: AMQ-1897 URL: https://issues.apache.org/activemq/browse/AMQ-1897 Project: ActiveMQ

[jira] Updated: (AMQ-1897) Non-transactional and exclusive consumer may receive messages out-of-order.

2008-08-19 Thread Torsten Mielke (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Torsten Mielke updated AMQ-1897: Attachment: HelloWorldJMS_AMQ-1897.zip Use testcase provided and follow steps in

[jira] Created: (AMQ-1898) Invalid number of consumers in web reporting

2008-08-19 Thread Khaled (JIRA)
Invalid number of consumers in web reporting Key: AMQ-1898 URL: https://issues.apache.org/activemq/browse/AMQ-1898 Project: ActiveMQ Issue Type: Bug Components: JMS client Affects

AMQ-1898

2008-08-19 Thread Khaled Hussein
Hey guys, I found this bug and I reported it with the ID AMQ-1898. In fact, the fix is pretty simple and I attached the patch to it. I hope this helps. Thanks, Khaled

[jira] Created: (AMQ-1899) Sending without entering a queue name creates an empty queue with a message into it

2008-08-19 Thread Khaled (JIRA)
Sending without entering a queue name creates an empty queue with a message into it --- Key: AMQ-1899 URL: https://issues.apache.org/activemq/browse/AMQ-1899 Project:

[jira] Created: (AMQ-1900) Web-Console viewing a message increments the messages received counter

2008-08-19 Thread Khaled (JIRA)
Web-Console viewing a message increments the messages received counter -- Key: AMQ-1900 URL: https://issues.apache.org/activemq/browse/AMQ-1900 Project: ActiveMQ Issue

[jira] Work logged: (AMQNET-89) Allow the transport's request timeout to be set on a single-call basis without changing default timeout.

2008-08-19 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-89?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36771 ] Jim Gomes logged work on AMQNET-89: --- Author: Jim Gomes Created on: 19/Aug/08 03:00 PM

[jira] Work logged: (AMQNET-89) Allow the transport's request timeout to be set on a single-call basis without changing default timeout.

2008-08-19 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-89?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36772 ] Jim Gomes logged work on AMQNET-89: --- Author: Jim Gomes Created on: 19/Aug/08 03:00 PM

[jira] Commented: (AMQNET-89) Allow the transport's request timeout to be set on a single-call basis without changing default timeout.

2008-08-19 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45076#action_45076 ] Jim Gomes commented on AMQNET-89: - Changing the implementation to allow setting RequestTimeout

Re: AMQ-1898

2008-08-19 Thread Rob Davies
Thx! - though couldn't see the patch ? On 19 Aug 2008, at 22:50, Khaled Hussein wrote: Hey guys, I found this bug and I reported it with the ID AMQ-1898. In fact, the fix is pretty simple and I attached the patch to it. I hope this helps. Thanks, Khaled

Re: AMQ-1898

2008-08-19 Thread Khaled Hussein
My bad, here it is. On Tue, Aug 19, 2008 at 7:08 PM, Rob Davies [EMAIL PROTECTED] wrote: Thx! - though couldn't see the patch ? On 19 Aug 2008, at 22:50, Khaled Hussein wrote: Hey guys, I found this bug and I reported it with the ID AMQ-1898. In fact, the fix is pretty simple and I

[jira] Commented: (AMQCPP-191) autogen.sh fails to create configure : doxygen-related

2008-08-19 Thread Alexey Parshin (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=45079#action_45079 ] Alexey Parshin commented on AMQCPP-191: --- Timothy, I've added CMake project files (for