Hi Charith/Shammi,

I could not fully get over with JMS CTS integration to Andes. Help is
appreciated. I managed to configure it somehow referring to documents, but
as the tests run some authentication and security problems happen. To setup
the integration you can do following.

Here are the steps I followed.

1. download JMSCTS from http://jmscts.sourceforge.net/
2. Referred getting started guide at
http://jmscts.sourceforge.net/gettingstarted.html
3. Wrote a Wso2AnsesProvider and WsoAndesAdministrator classes, compiled
them to a jar and put it into JMSCTS_HOME/lib (Here I used
TestQpidServer.java class and all the jars under Andes/java/build)
4. Wrote a proxy as specified.
5. Set Andes_Home environment variable and edited JMS_CTS_HOME/bin/setenv.sh
6. Edited provier.xml to have



<configuration>

  <provider>
    <name>Andes</name>
    <class>org.exolab.jmscts.andes.Wso2AndesProvider</class>
    <paths>

//all the jar necessary

    </paths>
    <config>
      <path>${andes.home}/etc/config.xml</path>
      <path>${andes.home}/etc/virtualhosts.xml</path>
    </config>
  </provider>

</configuration>

7. edit jmscts.properties file to have necessary login credentials for
Andes server (admin/admin)
8. run JMSCTS_HOME/bin/jmscts.sh

Note that I had to use mina-core-1.1.7 and andes-client-0.13.wso2v1 along
with inside andes/java/build.

Following is a mail I got from one of developers what to do.

______________________________________________________

Hasitha Abeykoon
Apr 29 (6 days ago)
to jmscts-user
Hi,

I was trying to configure JMS CTS to check a redistribution of Apache Qpid.
As I understood from getting started documentation, i need to

1. write a QpidJMSProvider class
2. configure  *$JMSCTS_HOME/config/providers.xml * to that class.

What are the Dependant jars I have to use? also Can I follow the way
http://www.koders.com/java/fid63868DF5110CD1652EE5F7E41796018B4373D2E0.aspx?s=VectorIfcis
written?

appreciate your help very much.
Tim Anderson [email protected]
via<http://support.google.com/mail/bin/answer.py?hl=en&ctx=mail&answer=1311182>
 lists.sourceforge.net
Apr 30 (5 days ago)
to jmscts-user
You need to implement the Provider and Administrator interfaces and then
include the jar that implements these along with all the Apache Qpid jars
in providers.xml.

There are a number or provider implementations - take a look at
http://www.koders.com/info.aspx?c=ProjectInfo&pid=ZZN8HT9AF31MW58R27KNAA1N3C&s=VectorIfc

-Tim

Maybe I missing something? Find the provider and administrator classes
attached.

-- 
*Hasitha Abeykoon*
Software Engineer; WSO2, Inc.; http://wso2.com
*cell:* *+94 719363063*
*blog: **abeykoon.blogspot.com* <http://abeykoon.blogspot.com>* *
*
*

Attachment: andes.tar.gz
Description: GNU Zip compressed data

_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to