[
http://jira.codehaus.org/browse/LINGO-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Radek Porazil updated LINGO-10:
-------------------------------
Attachment: MultiplexingRequestor102.java
JmsProducerConfig102.java
I had to use JMS 1.0.2 for one of my projects on WLS8.1 and I somehow solved
the issue (it is not particularly well documented and it even might not be
complete as my application uses Lingo just as infrastructure).
However, I believe, that attached files might be good start for people facing
the same problem. Add the attached files to your project, do some refactoring
if you need to and of course modify your Spring application context :
<bean id="producerConfig" class="org.lingo102.JmsProducerConfig102"/>
<bean id="jmsRequestor" class="org.lingo102.MultiplexingRequestor102"
factory-method="newInstance">
<constructor-arg ref="jmsFactory"/>
<constructor-arg ref="requestDestination"/>
</bean>
> Add support for JMS 1.0.2
> -------------------------
>
> Key: LINGO-10
> URL: http://jira.codehaus.org/browse/LINGO-10
> Project: Lingo
> Issue Type: New Feature
> Affects Versions: 1.0
> Reporter: James Webster
> Fix For: 1.4
>
> Attachments: JmsProducerConfig102.java, MultiplexingRequestor102.java
>
>
> Lingo does not support JMS 1.0.2; or at least, the DefaultJmsProducer doesn't.
> DefaultJmsProducer.newInstance(ConnectionFactory) will only work with a 1.1
> version ConnectionFactory .
> Maybe there should be a DefaultJms102Producer as well?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email