Questions tagged [jms]
8 questions
6
votes
0 answers
ActiveMQ - "Cannot send, channel has already failed" every 2 seconds?
ActiveMQ 5.7.0
CentOS release 6.3
java version "1.6.0_26"
Application server: Tomcat
In the activemq.log, I'm seeing this exception every 2 seconds:
2013-11-05 13:00:52,374 | DEBUG | Transport Connection to: tcp://127.0.0.1:37501…
quanta
- 50,327
- 19
- 152
- 213
2
votes
1 answer
Distribution of JMS sessions through the load balancer
There is a very acute problem with the distribution of sessions through the balancer in case of recovery of one of the fallen nodes.
I will describe briefly how the interaction of the two modules is arranged:
On the one hand, an application on…
TheDESTROS
- 375
- 3
- 9
1
vote
1 answer
ActiveMQ - delete VirtualTopic when Consumers = zero
I'm trying to implement a new application using JMS under activeMQ 5.8.0. There are several applications configured as Producers (ie to dump messages in an MQ), two topics, and then the Consumers are configured to look at their VirtualTopic which is…
damian
- 11
- 4
1
vote
0 answers
WebLogic JMS Cluster
I'm running Oracle WLS 10.3.5.0.
I have two Managed Servers and want to setup distributed JMS Queues on them. However, I'm confused about the relationship between JMS Servers and Persistent Stores.
I have created two migratable JMS Servers, one on…
retrodev
- 237
- 4
- 13
1
vote
3 answers
Is Msmq reliable?
Maybe a subjective question, but is Msmq reliable compared to JMS solutions?
Lieven Cardoen
- 517
- 2
- 8
- 17
0
votes
1 answer
WebLogic: Adding JMS resources to fresh domain
I am writing integration tests for a software product which require WebLogic 12.1.3 and WebLogic 12.2.1 to be started with a fresh domain.
Currently I do something like this to start WebLogic with a fresh domain:
mkdir -p /tmp/domain && \
cd…
Ethon
- 3
- 2
0
votes
1 answer
Writing a Script to Delete JMS Queus in Websphere
suppose I have the following JMS queues "doc/queue1","home/queue2" and "someOtherQueue" added in a websphere process server, how can I write a script to delete them? looking around the web i haven't found a solution to my problem yet unfortunately,…
snajahi
- 101
- 2
0
votes
1 answer
How to set up PostFix to send mail
I am working on a email confirmation for a website and I am really new to this. So if anyone please kindly show me how to set up postfix to send out mail. I only need to send out mail (Plain text is fine, although encrypted mail would be a plus). I…
Harry Pham
- 98
- 1
- 11