Tagged Questions

0
votes
1answer
23 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
1answer
21 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
0answers
20 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
5answers
70 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
12 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
11 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 …
0
votes
2answers
53 views

How to get the number of JMS messages in a Topic

How do I get the number of JMS messages waiting to be consumed by a specific JMS message subscriber? I use the Topic model (publish/subscribe) and not the Queue model. I want my M …
7
votes
4answers
100 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 …
0
votes
1answer
64 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 …
4
votes
5answers
253 views

Technique or utility to minimize Java “warm-up” time?

I am supporting a Java messaging application that requires low latency (< 300 microseconds processing each message). However, our profiling shows that the Sun Java Virtual Machi …
0
votes
3answers
51 views

Blackboard messaging using queues

I have an application, where I need to add role-based messaging. The messages are generated ny the application itself, and every message have an starttime (where is show on the cli …
2
votes
3answers
115 views

how to design messages in a java client-server model

hello i have set up a basic client and a basic server using java sockets. it can successfully send strings between them. now i want to design some basic messages. could you give …
0
votes
0answers
75 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 …
3
votes
4answers
192 views

Interthread communication time

I am chaining together 15 async operations through ports and receivers. This has left me very concerned with the interthread messaging time, specifically the time it takes between …
0
votes
1answer
63 views

Should I use messaging instead of a database

I am designing a system that will allow users to take data from one system and send to other systems. One of the destination systems has a sophisticated SOA (web services) and the …

1 2 3 4 5 9 next
15 30 50 per page