Tagged Questions

0
votes
4answers
55 views

How can I create my ASP.NET MVC controller actions so they accept Files?

I've been working all weekend on a Messaging system for my website so users can send and receive messages on my site internally. I have my table schemas worked out, and right now I can send basic …
0
votes
1answer
48 views

How would you design messaging functionality if I need to be able to handle attachment in ASP.NET MVC?

I'm working on an ASP.NET MVC site and part of my requirements are that users are able to message eachother. On the surface this isn't that hard of a task. Messaging in its most simplified form is …
1
vote
3answers
107 views

Why use AMQP/ZeroMQ/RabbitMQ…

as opposed to writing your own library. Were working on a project here that will be a self dividing server pool, if one section grows too heavy, the manager would divide it and put it on another …
1
vote
2answers
76 views

Objective-C/Cocoa threads and messaging conundrum

Hello, I have a problem that has been plaguing me for awhile now, I have come up with a solution which I will detail below, and although it seems to be working well I'm not super enthusiastic about it …
0
votes
2answers
46 views

Browsers and Windows Messaging

hi there I was asking myself how the browsers are working. How does the browser tell to the OS to change the mouse pointer from arrow to hand(IDC_HAND) for example. In desktop application I know that …
0
votes
6answers
96 views

What Windows message is sent to repaint a partially occluded window?

I know that WM_PAINT tells a window that it needs to repaint itself entirely, but apparently that's not the message that gets sent when it's been covered partially and then the window that was in …
0
votes
1answer
40 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 manage it with a …
0
votes
1answer
65 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 opportunity to fix the …
0
votes
1answer
60 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)?
3
votes
4answers
151 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 offer lets say JMS …
1
vote
2answers
26 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 reading the …
-1
votes
1answer
57 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 either 'master' or …
1
vote
3answers
64 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 way. ------ Client …
0
votes
2answers
74 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 call is not permitted …
0
votes
1answer
49 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 process the same …

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