Hi Sanjay,

Here are some of the answers you are looking for...
   Question1>  How do I go about configuring of JMS FLow...
   Ashwin--> Looks like you are setting the flow on the container
incorrectly. The <sm:broker> is not the right place to effect the change. In
order to set the SMX container to use JMS flow, you need to set a flowName
attribute on the container to JMS for example
    <sm:container id="jbi" name="my_container1" flowName="jms" ...>

An example of this is available in the cluster demo shown in the SMX
distribution.

   Question 2>Next is the url property in activemq.xml, I have asked about
the mydbname? what mydbname designates in this sample url? <property
name="url" value="jdbc:oracle:thin:@192.168.1.4:1521:mydbname" /> . I do
understand that 192.168.1.4 is the oracle server ip address where oracle is
running on 1521 port. But just want to know mydbname is the db name or table
name or something else?
    Ashwin--> In this case, I believe "mydbname" is the name of the database
not table. Please review standard Oracle JDBC Driver URL syntax for more
details. This is more related to the JDBC driver than to SMX and can vary
for different drivers.
-- 
View this message in context: 
http://www.nabble.com/how-to-configure-servicemix-with-HA-using-oracle-db-tp20422737p20464797.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to