0
votes
1answer
60 views
Persistable and Repeatable Commands
Imagine that we have stuff we want done in the system and sometimes exceptions are raised while doing it. We want to give the end users a report of those errors so they have an opp …
3
votes
4answers
89 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 …
1
vote
2answers
20 views
is there a servicebus solution where consumers don’t consume events? (multiple consumers receive same event)
Hi,
I was reading up on ActiveMQ which seems like a great implementation of a servicebus where producers can post messages and other processes can receive them.
However when read …
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
votes
0answers
22 views
ActiveMQ store-and-forward broker hangs after failover of master-slave pair
Hi all,
I'm encountering some problem with ActiveMQ 5.3. We have the following setup:
- A master-slave pair ('master' and 'slave')
- A broker ('broker') that forwards messages to …
1
vote
3answers
57 views
My buffer contains elements, but aren’t being printed…
Sorry scratch my last post, it's way to late =S
But basically I'm having problems sending out the buffer I created. Just need to know where I'm going wrong =( or if theres a better …
0
votes
2answers
42 views
JMS Acknowledge Asynchronous Message
Hi,
How do I acknowledge a message when I am using a message listener?
I get the following error when I try to do an acknowledge in my message listener.
A synchronous method cal …
0
votes
5answers
75 views
How to send messages from PHP application to Java application without creating webservices?
One possible solution could be simple HTTP get or post request, but that wouldn't be secure.
0
votes
1answer
27 views
JavaDocs for Tibco datagrams (TibrvMsg)?
Does anyone know of available Javadoc for Tibco rvd datagrams (specifically, class "com.tibco.tibrv.TibrvMsg")? It is not hard to decompile classes to get signatures, but that does …
0
votes
1answer
93 views
WSMQ Queue Limit
Hi, is there a limit on how many queues I can have open within a single connection and single session? I can currently open up 128 queues and send messages to them. If I try to o …
0
votes
1answer
28 views
How to ensure message idempotency with multiple competing consumers?
I have multiple distributed competing consumers each pulling messages off the same (transactional) queue. I want to implement each consumer as an Idempotent Receiver so I never pro …
0
votes
0answers
36 views
message driven vs. event driven approaches to application integration
Hello,
I was wondering if there is a clear distinction between message driven and event driven environments when we refer to SOA or middleware and generally in cases of applicatio …
0
votes
1answer
17 views
Recommended to use Lingo with Spring?
I'm going through some examples for how to configure asynchronous JMS messaging with Spring, and the book I'm going through, Spring In Action, 2nd Edition (I know there's a 3rd edi …
7
votes
4answers
117 views
.net service bus recommendations?
We are in need of a distributed architecture messaging system/service bus with the capability of Publish/Subscribe. Does anyone have any reccomendations for a framework that we can …
1
vote
1answer
81 views
JMS equivalent in .Net
Hi All,
I am trying to make an common abstract interface over the messaging infrastructure in our company. The design goal is to 2 fold. 1 is to hide the complexity of programming …
