0
votes
0answers
22 views
MassTransit Queue Maintenance
Is there anything built into MassTransit that can help manage the queues?
I'm specifically thinking of the error queues. I saw the thread similar to this, but I'm not looking to …
0
votes
1answer
18 views
How to send a message from Server A to Server B using MSMQ?
How do I setup a message queue that automatically sends all it's messages to another server?
I'm working on a proof of concept for a system that needs to run on multiple servers, …
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
2answers
69 views
PHP + MySQL Queue
I need a simple table that acts as a Queue.
My MySQL server restriction is I can't use InnoDB tables, only MyISAM.
Clients/workers will work at the same time and they will need to …
-1
votes
0answers
24 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 …
0
votes
1answer
36 views
IPC message queue. msgrcv system call. System V. how to get out of loop.
Hi, I have a message queue from which I am getting messages in a loop. The problem is that I don't know how to exit the loop. msgrcv returns type size_t so it keeps going. What val …
0
votes
3answers
73 views
What is a good message broker that works with PHP?
I am looking for a message broker (like Apache ActiveMQ for Java) that works with PHP, preferably open-source. Any ideas?
0
votes
1answer
21 views
System-V message-queue PHP C++
I am wondering what are the limitation of System-V message queue i.e. Maximum queue size, maximum size per item etc.
As I am working on integration of C++ with my PHP scripts and …
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 …
1
vote
1answer
11 views
How to let R-SMTP and S-SMTP daemons communicate using a common queue?
R-SMTP and S-SMTP will be running as two different daemon services in the system
sharing the same queue. Job of S-SMTP is to get the files from the queue and send them to their fin …
1
vote
0answers
24 views
BlazeDS point to point examples using JMSAdapter or custom MessageAdapter
Is there any example of using JMS Queues in BlazeDS as point-to-point communication to a Flex client.
I'm curious in writing a custom MessageAdapter for BlazeDS that is adapting a …
0
votes
2answers
68 views
Is there a JMS queue browser GUI tool that can integrate with Glassfish ?
The title says it all.
I have a few JMS queues created on Glassfish 2.1 server. I need a GUI browser that lets me view the messages being sent to the queue in real time.
I read …
2
votes
1answer
54 views
What are some techniques to push changes from tokyo cabinet in a multi-service setup?
Let's say I have N > 1 TCP-based, connection-oriented (read: not a website) services handling connections from end users in some load-balanced/sharing configuration.
These users …
1
vote
3answers
130 views
Can you/should you use SQL Server Service Broker with .NET applications?
I have many operations in the database that need to trigger application code. Currently I am using database polling, but I hear that SQL Server Service Broker can give me MSMQ-like …
0
votes
3answers
90 views
How can I cleanup the IPC message-queue?
I am using msgget() function in my IPC based application. How can I clean up the queue filled up with old message queues?
