You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/10/18 20:42:23 UTC

[jira] Created: (CAMEL-184) support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)

support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)
---------------------------------------------------------------------------------------------

                 Key: CAMEL-184
                 URL: https://issues.apache.org/activemq/browse/CAMEL-184
             Project: Apache Camel
          Issue Type: New Feature
            Reporter: James Strachan
            Assignee: James Strachan
             Fix For: 1.3.0




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CAMEL-184) support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan reopened CAMEL-184:
----------------------------------


great catch - reopening unti this is fixed

> support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)
> ---------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-184
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-184
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-184) support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-184.
----------------------------------

    Resolution: Fixed

> support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)
> ---------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-184
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-184
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-184) support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)

Posted by "Axel Hohaus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40783 ] 

Axel Hohaus commented on CAMEL-184:
-----------------------------------

If response of jms server and consumer ist very fast, i get an error that correlationId isn't registered and the wait of response end with a timeout.

I moved in JMSproducer.java the lines:

long requestTimeout = endpoint.getRequestTimeout();
FutureTask future = requestor.getReceiveFuture(correlationId, requestTimeout);

before the send:

getInOutTemplate().send(endpoint.getDestination(), new MessageCreator() {


Now all works fine.

> support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)
> ---------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-184
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-184
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-184) support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-184.
----------------------------------

    Resolution: Fixed

Patch appled Axel, many thanks!

> support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)
> ---------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-184
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-184
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-184) support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)

Posted by "Axel Hohaus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40798 ] 

Axel Hohaus commented on CAMEL-184:
-----------------------------------

Hi James,

i have another problem wit jms INOUT messages. On some Client computers there are problems. When i send a request to the ActiveMQ server it will be shown in the log of the ActiveMQ, but my consumer (A AsyncProzessor with Spring) doesn't receive the message.

In the class JmsConfiguration in method createInOutTemplate in case of inout message the explicitQosEnabled is set to true

If i remove this line
   jmsTemplate.setExplicitQosEnabled(true);
all work fine with all clients.

Have you any idea?

Regards Axel




> support InOut with JMS so we can use JMS to do proxy and export of services (Spring Remoting)
> ---------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-184
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-184
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.