i guess the error is int he jndi then, connectionfactory line should be
commented out. the file is in the siebsrv\class folder as well.
this is mine:

java.naming.factory.initial =
org.apache.activemq.jndi.ActiveMQInitialContextFactory

# use the following property to configure the default connector
#java.naming.provider.url = vm:broker:(tcp://localhost:61616)
java.naming.provider.url = tcp://localhost:61616

# use the following property to specify the JNDI name the connection factory
# should appear as. 
#connectionFactoryNames = connectionFactory, queueConnectionFactory,
topicConnectionFactry

# register some queues in JNDI using the form
# queue.[jndiName] = [physicalName]
#queue.MyQueue = example.MyQueue


# register some topics in JNDI using the form
# topic.[jndiName] = [physicalName]
topic.SiebelTopic = SiebelTopic





ingorfano wrote:
> 
> Hi folks
> 
> i m struggiling to integrate Siebel CRM 8.0 with ActiveMq 5.3 using the
> Siebel JMS Transport business Service with no success. Can u help me out?
> 
> THis is my jndi.properties:
> 
> java.naming.factory.initial =
> org.apache.activemq.jndi.ActiveMQInitialContextFactory
> java.naming.provider.url = vm://localhost
> connectionFactoryNames = ConnectionFactory, queueConnectionFactory,
> topicConnectionFactry
> topic.MyTopic = ActiveMQ.Advisory.Topic
> 
> Topic is an exisitng Topic. I pass on to the siebel JMS Transport bs the
> following parameters:
> 
> <Value>    = XMLPropertySet
> Topic       = MyTopic
> ConnectionFactory = ConnectionFactory
> 
> That's all. I don't receive any error but i don't see the message enqued
> into "ActiveMQ.Advisory.Topic".
> 
> Can siebel be integrated with activemq using siebel jms transport bs?
> 
> 

-- 
View this message in context: 
http://old.nabble.com/SIEBEL-JMS-Transport-business-Service-and-ActiveMQ-tp27804511p28738804.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to