Hi,
Can you please list down step by step approach and configuration if
available for Siebel integration with ActiveMQ.Because now I am struggling
with integration of Siebel with ActiveMQ.
As per my understanding following needs to be done :-
1.We need to configure profile on siebel server for
Yes i could :)))
vo
aswad wrote:
>
> Hi,
>
> Could you solve problem?
>
> Regards,
> Aswad
>
> ingorfano wrote:
>>
>> I forgot to say that for now i just want to send message from siebel to
>> the activemq topic and not receive ;)
>>
>> any help is higly appreciated
>>
>> ciao valerio
>>
I want to send a perl object as a message to JMS server. I am using
Net::Stomp to send a message from perl client to jms server. I am able to
send text message but i want to construct a object similar to java object
and send it to jms and convert that perl object back to java object at jms
server
We have a activeMQ cluster of three activeMQ brokers . say host1, host2,
host3.
We have 2 producers and one consumer.
the use case is 2 producers write to the same queue and the consumer takes
it from that queue.
the URL i give to the 3 clients is
public static final String ACTIVE_MQ_URL
=
Hi, looking in the http://activemq.apache.org/c-integration.html C
cross-client implementations
http://svn.apache.org/repos/asf/activemq/sandbox/openwire-c/ OpenWire and
http://svn.stomp.codehaus.org/browse/stomp/trunk/c/ STOMP C
implementations, I see only prototype code, which project wou
Can somebody help it out?
viola.lu wrote:
>
> Hi, i tried to setup share file system master/slave on activemq 5.3.2 , my
> activemq.xml is updated as below:
>
> http://activemq.apache.org/schema/core"; brokerName="share"
> useJmx="false" deleteAllMessagesOnStartup="true"
> dataDirectory="${act
The InactivityMonitor should have detected the failed connection. What value
did you assign to maxInactivityDuration? By default it is set to 3ms.
Joe
ActiveMQ Ref Guide - http://bit.ly/AMQRefGuide
daniel.stucky-2 wrote:
>
> Hi ActiveMQ Team,
>
>
>
> in the eclipse open source projec
Is the AMQ message broker running on the server machine and listening on port
61616?
If so, try telnet'ing to xxx.yyy.zzz.xyz 61616 and see if the broker
responds.
Joe
ActiveMQ Ref Guide - http://bit.ly/AMQRefGuide
test4john wrote:
>
> 1. brand new installation of tomcat 6;
>
> 2. activemq
1. brand new installation of tomcat 6;
2. activemq-all-5.3.2.jar put under lib;
3. activemq-web-console-5.3.2.war put under webapps;
4. start tomcat and
http://localhost:8080/activemq-web-console-5.3.2/queues.jsp works fine;
5. connectionFactory = new
ActiveMQConnectionFactory(ActiveMQConnecti
got it.
windows/system32
test4john wrote:
>
> OK. found in tomcat log:
>
> 2010-05-26 15:51:49,071 [Thread-2 ] INFO KahaStore
> - Kaha Store using data directory activemq-data\localhost\kr-store\data
>
> however, still cannot locate thie activemq-data directory
got it:
Windows/system32
test4john wrote:
>
> OK. found in tomcat log:
>
> 2010-05-26 15:51:49,071 [Thread-2 ] INFO KahaStore
> - Kaha Store using data directory activemq-data\localhost\kr-store\data
>
> however, still cannot locate thie activemq-data directory ...
On Thu, May 27, 2010 at 1:19 PM, odysseyfx wrote:
>
> I've seen this problem fairly frequently. This is caused by a message
> producer on a topic creating messages faster than a consumer can consume
> them. Those messages then get backed up on the broker internal dispatch
> queue for that sessi
I've seen this problem fairly frequently. This is caused by a message
producer on a topic creating messages faster than a consumer can consume
them. Those messages then get backed up on the broker internal dispatch
queue for that session until all resources are consumed when the broker
deadlock
How about using Camel to create a content-based router?
http://camel.apache.org/content-based-router.html
Joe
ActiveMQ Ref Guide - http://bit.ly/AMQRefGuide
ingorfano wrote:
>
> Hi
>
> unfortunately Siebel sysytem doesn't support Message Selector, so i
> connect to a Topic using JNDI prope
On Mon, May 24, 2010 at 1:50 PM, E White wrote:
>
> I could never reproduce this effectively in the office, but it happened again
> in production.
> Here is the thread dump from when this occurred.
> http://old.nabble.com/file/p28661085/sfire-amq-td.log sfire-amq-td.log
I don't see anything out o
Try using consumer prioritization.
http://activemq.apache.org/consumer-priority.html
>From the web page -
"The way it works is that the broker will simply order any queue consumers
according to their priorities and send messages to the highest priority
consumers first. Once a particular consu
Hi,
Could you solve problem?
Regards,
Aswad
ingorfano wrote:
>
> I forgot to say that for now i just want to send message from siebel to
> the activemq topic and not receive ;)
>
> any help is higly appreciated
>
> ciao valerio
>
>
> ingorfano wrote:
>>
>> Hi folks
>>
>> i m struggiling
Hi ActiveMQ Team,
in the eclipse open source project SMILA we use ActiveMQ (version 5.3.2)
to implement a producer/consumer pattern with JMS. The basic setup is as
follows:
- the software runs in a cluster of machines (usually between 4
and 16)
- we use the Pure Master/Slave
prefetch is relevant yes. but only when the message load does not exceed the
prefetch, so only when the system is not loaded!
On 27 May 2010 13:44, cmoulliard wrote:
>
> So the system is static as we must adapt the prefetch size according to a
> detection of a slow consumer if we want adapt the
Hello,
I'm facing problem with DLQ on topic: my test retrieves a message from a
topic, throws an exeption. The message is rolled back two times (while the
maximum is 3,
tcp://localhost:61616?jms.redeliveryPolicy.maximumRedeliveries=3). So, the
message could be received one more time. The message
So the system is static as we must adapt the prefetch size according to a
detection of a slow consumer if we want adapt the balancing of the messages
!!
Gary Tully wrote:
>
> Two things to note. The networkBridge is the consumer and it will be as
> fast
> as a send to the master.
> With the de
Hi Mohan,
I don't have any experience with Karaf, and it looks like the problem
is on that side. have you created the truststore in the same way as
for activemq, importing the CAs. The '
javax.net.ssl.SSLHandshakeException: null cert chain' can happen when
one side doesn't trust the full cert ch
Two things to note. The networkBridge is the consumer and it will be as fast
as a send to the master.
With the default prefetch of 1000, and 500 messages, there will be
equitable delivery of messages as the slowness is only visible when the
prefetch is reached (and there have been no acks).
On 27
Hi,
I would like to know if it is possible when we have created a bridge between
two brokers (br1 and br2) and where we have a fast consumer connected on br2
and a slow on br1 that the broker br1 send more messages to the br2 instead
to balance them equitably ?
For the moment, If I produce 500 m
Hi,
I have created a bridge between two brokers (called master and slave) where
persistence is disabled but I see that :
KahaDBPersistenceAdapter is created by default on the master and
memoryPersistenceAdapter on the slave
Is it a normal behavior ?
http://activemq.apache.org/schema/core"
My comments refer to the broker only.
I think the "use of threads" document will enlighten:
http://fusesource.com/wiki/display/ProdInfo/Understanding+the+Threads+Allocated+in+ActiveMQ
On 27 May 2010 11:12, cmoulliard wrote:
>
> Thanks Gary,
>
> Additional questions :
>
> 1) Is the thread pool o
Thanks Gary,
Additional questions :
1) Is the thread pool or the shared pool of threads (depending if
dedicatedTaskRunner is enable or not) of the dispatcher used by the broker
and consumers or only by the brokers ?
Is the shared connection dispatcher task =
2) Can we said for the consumers th
Hi
unfortunately Siebel sysytem doesn't support Message Selector, so i connect
to a Topic using JNDI properties file, but cannot filter messages out.
Question : Using permanent subscription with Selector, can i get this
around? Pratically i would like ActiveMQ to filter messages for Siebel,
the
There is a dispatcher per queue/topic but whether that has is own thread
pool or uses a shared pool depends on the dedicatedTaskRunner broker
property.
With consumers, with the default asyncDispatch, the dispatch is handled by
the shared connection dispatcher task, with asyncDispatch=false, the
de
Hi,
I would like to know how the messages are ACKnowledged by broker when using
ProducerFlowControl + asyncSend ?
AsyncSend is now the default mode when a producer send messages to a broker.
In the case that ProducerFlowControl is enable, messages are send to the
broker (and of course to a desti
Hi,
I would like to know :
1) if we have one dispatch queue by queue/topic created or a dispatch queue
is assigned to a group of queues ?
2) In the case we have several consumers connected to a queue, do they use
the same the dispatch queue or do we have a dispatch queue created by
consumer ?
K
Hi,
I've the below cluster set up for my application:
Machine 1: Publisher Process, Subscriber Process, ActiveMq broker service
Machine 2: Subscriber Process
Both the m/cs are in the same network.
My Subscriber processes ping the Publisher process only on startup;
otherwise they only receive m
As I know, using QueueViewMBean.browserMessages() can get a list of
CompositeData, and using CompositeData.get("...") can get the properties
of the Message. Does some API have the following function: convert the
CompositeData to javax.jms.Message ?
--
View this message in context:
http://o
33 matches
Mail list logo