Hi,
I am working with Clover 2.9.7 and have an issue setting up a JMSConnection and JMSReader
The setup is the we have a WebSphere Applicaiton Server which we can access, we are running extracts from an MQ Queue and putting the data into the database.
I need help in configuering the JMSConnection and how to setup the code to processs the messages / select valid messages fro mthe queue (ideally it would be all messages)
I have looked all round the net but can not find any examples beyond what is in the help fikes and for someone who is not really used to MQ it is a little odd.
In the JMSConnection we have the following:
#Thu Jan 22 17:15:35 CET 2015
name=Test
providerUrl= [ Is this the url to the MQ client?]
password=
connectionFactory= Where is this defined? Should it be defined in Websphere allowing us to acces it here?
destId= What exactly is this? A JNDI name, but for what
iniCtxFactory= java class for the context factory
username=
With the JMSReader, are there any examples of Processor Code or JMS message selector?
Many thanks,
Nniol