Log in to follow, share, and participate in this community.
Thread Time taken for messages to failover in a cluster
Time taken for messages to failover in a clusterHi I am new to JMS and have to deal with a very advanced issue because of some reasons. Would be thankful for any pointers as the available documentation on JBoss JMS clustering is very diifcult to understand....
how to increase jboss mq performance?Hi all, How to increase the jobss mq performance? I am having multiple destinations for different input feeds to divert the traffic but, still I am getting the performance problem. How to increase...
Thread How can I configure JBOSS to support message handler ?
How can I configure JBOSS to support message handler ?I am using JBOSS 5.1 and EJB3. I use Enterprise ARchive, or EAR as file format used by Java EE for packaging one or more modules into a single archive. Can somebody help me in configuring my application to suppo...
Thread Cluster Topic with console applications as subscribers
Cluster Topic with console applications as subscribersHi, I have two jboss instances running in cluster. I deployed clustered topic, which i want to be used by external java se console apps. My ear app is sending messages to the topic and all console apps must rece...
Thread Problem integrating Weblogic 8.1 JMS with Jboss 5.1
Problem integrating Weblogic 8.1 JMS with Jboss 5.1Hello Everyone, Am trying to set up Weblogic8.1 as the JMS provider for Jboss 5.1. Based on my findings and understanding of the changes needed to achieve this,I'have made the following changes : jms-...
SpyJMSExceptionWe are using JBOSS 4.0.0. RC1. The in-built feature of messaging, which is JBOSS MQ is being used to send messages. Frequently, we are encountered with the following exception while trying to transmit messages t...
Thread How to use Java to connect to JBoss messaging server by JNP Protocal?
How to use Java to connect to JBoss messaging server by JNP Protocal?I would like to create java client project to connect to JBossMQ server by use JNP Protocal. but It have error "org.jboss.jms.exception.MessagingNetworkFailureException " when it start to create connection. ...
Thread How can I use duplicate JNDI names for Queues?
How can I use duplicate JNDI names for Queues?Hi there, This may seem like a stupid question but is there any way to specify duplicate JNDI names for Queues? We require several separate EJBs to reference the same queue (A outputs to Q1, B reads Q1 etc....
Problems adding a new JMS destinationHi all, I'm trying to add a Topic destination to JMS on JBoss 5.1.0GA. Here is what I added to server/default/deploy/messaging/destinations-service.xml: <mbean code="org.jboss.jms.server.desti...
Thread How do I shutdown JMS-connection for ClusteredConnectionFactory
How do I shutdown JMS-connection for ClusteredConnectionFactoryHi I wonder if I'm missing some trivial point or just trying unusual thing. I have application that needs JMS connection for some methods and I would like to avoid network load related to pinging connection....
Here is How I solve A Hang ProblemTo make sure all ongoing calls on an object are finished before closing the object, an interceptor is used
public class ClosedInterceptor
{
//synchronization is omitted here as irrelevant to the issue.
public Obj...
Bridge From Jboss ESB 4.4 to ActiveMQ 5.3Does anyone able to establish more than one bridge from JBM to ActiveMQ without specify extra ActiveMQJMSProvider? I mange to create only one bridge service from JBM to ACtiveMQ, Srouce below: jms-ds.xml <mbean ...
Thread Remote replyto functionality - Bridge configuration in pairs
Remote replyto functionality - Bridge configuration in pairsContinuing discussion from http://www.jboss.org/index.html?module=bb&op=viewtopic&t=110293... It is common to want to bridge new and existing messaging systems (JBM Bridge makes this easy) but replies and cor...
Thread Leaks in pinger when using manual reconnection?
Leaks in pinger when using manual reconnection?== Setup == * 1 single server (no backup) * JMS Connection Factory configured with:
<retry-interval>1000</retry-interval>
<retry-interval-multiplier>1.0</retry-interval-multiplier>
<re...
jboss.messaging.ServerPeerIDIt's pretty ugly having to set different jboss.messaging.ServerPeerIDs for the various nodes in the cluster. Instead why can't we use the jboss.bind.address? Or at least default to jboss.bind.address.. Don't know if ...
JBoss JMS ImplementationHi, we need to know where is the Jms implementation package, inside the source code. Anybody help ? Thanks in advance. Regards.
Thread Sending messages from jboss to other application server(webs
Sending messages from jboss to other application server(websHi, I have a system deployed on jboss AS. It uses jms messaging for many things. Now i need to send JMS messages to other system, that uses websphere AS. Is it possible jboss to make bridge with websphere and how? If ...
OpenOffice widgets for HornetQ componentfyi, I have added to the trunk an OpenOffice document with drawings representing HornetQ components (in doc/diagrams/widgets.odg) There are drawings for: * server * acceptor * connector * address * queue * core bridg...
unique constraintHello folks, we've been using ESB 4.5 in production for a while, and now and then (mostly when under heavy load) I find the following message with a JBM stack trace in the server.log: 2009-10-22 03:19:17,479 WARN [Wo...