1
vote
2answers
41 views
PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)
I want to have my PostgreSQL server send out notifications when a piece of data changes, preferably over JMS, but also considering any other Pub-Sub mechanism or Callback.
Any ide …
2
votes
0answers
12 views
Using Websphere MQ with JMS from a .NET application.
I'm trying to send a message to a java server over a Websphere MQ which uses JMS as the transport protocol. I can happily drop messages on the MQ using the IBM supplied libraries, …
0
votes
2answers
19 views
DefaultMessageListenerContainer not working with Websphere MQ
Hello everyone,
I am using spring 2.5.6 and spring-integration 1.0.3 and MQ client 6.0.2.2
I have had to add a message selector to my message-driven-channel-adapter, but now I am …
3
votes
4answers
90 views
Best solution for Java HTTP push (messaging)
We want to push data from a server to clients but can only use HTTP (port 80). What is the best solution for messaging? One idea is Comet. Are there other ideas or frameworks which …
0
votes
1answer
25 views
Maximum number of messages sent to a Queue in OpenMQ ?
I am currently using Glassfish v2.1 and I have set up a queue to send and receive messages from with Sesion beans and MDBs respectively. However, I have noticed that I can send onl …
1
vote
2answers
77 views
ActiveMQ Consumer / Producer Connection Listener
I can't seem to find a way to listen for new producer and consumer connections (or connection interrupts) in ActiveMQ (Java Version). I want to be able to tell the consumers (or th …
0
votes
1answer
29 views
Python message oriented middleware (i.e. JMS for Python)
What message oriented middle ware with a Python API are out there?
What ones did you use and recommend (or not)?
1
vote
1answer
24 views
How can we have JBOSS MDB retry its connection if it fails at startup?
Hello all.
We have a server app that is deployed across to server machines, each running JBOSS 4.2.2. We use JBOSS messaging with MDBs to communicate between the systems. Currently …
0
votes
0answers
24 views
How to Request-Response JMS with JMeter + Weblogic
I'm sending a message to a Queue using JMeter. At the end of the process (3 MDBs talking among them) a response message is sent to a second Queue.
Using JMeter Request Only every …
2
votes
3answers
23 views
Logging a global ID in multiple components
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications.
[App A] -> [App B] -> [ …
2
votes
5answers
137 views
Dynamically creating asynchronous message queues in Java
I need to create asynchronous message queues dynamically in Java. My use case is sending email via multiple SMTP servers: I need to enforce that emails to the same SMTP server are …
0
votes
1answer
25 views
OPEN MQ - Help with asynchronous
Hi guys,
I'm testing open MQ for send and receive messages in my project. I have no problem to configure it to send a synchronous message, but i can't find any way in the official …
0
votes
1answer
28 views
Springframework 2.5 SimpleMessageListenerContainer message received callback?
I have been reading up on the SimpleMessageListenerContainer to ease the pain of subscribing to a topic asynchronously. However, I cannot find a way to trigger a callback or loop t …
0
votes
1answer
53 views
JBoss JMS provider
I need to write a Message Driven Bean. I'm using JBoss IDE 1.5. I understand the concept behind MDB's but I don't really know how to install the JMS provider (JBoss MQ? I think) an …
2
votes
2answers
84 views
Request-reply model for hybrid SOAP over HTTP/JMS over middleware
One of our products implements the following one-way web service structure:
Server <--------------------- Middleware <---------------- Client
SOAP over JMS (queue) …
