Hello,
We are getting the following error message. Could this be a permissions
issue? The broker is on a Unix box, in a WebSphere environment. It has been
working in the past, so we are not sure what is going on now.
Could not connect to broker URL: tcp://eagle4c:61616?socket.tcpNoDelay=true.
R
I have a problem with this code:
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.jms.MessageProducer;
import javax.jms.QueueConnection;
import javax.jms.QueueConn
Hi,
I can't seem to get the VirtualTopic working correctly. I have 1 producer &
2 consumers. However, each message only ends up getting to 1 of the
receivers. Can someone tell me if I am setting these up correctly:
Producer:
Destination myQueue = session.createTopic("VirtualTopic.FOO");
produc
James.Strachan wrote:
>
>>Do you just do one call to receiveNoWait() then nothing else? It
>>sometimes takes up to a second for the first message to arrive?
>
It was a repeated call in a loop. The problem has been resolved. I'm not
quite sure what the root cause was, but after some experiments