0
votes
4answers
51 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 …
1
vote
3answers
83 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 …
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 …
0
votes
6answers
89 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 …
1
vote
2answers
73 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
1answer
39 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 …
-1
votes
1answer
53 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 …
0
votes
2answers
44 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 …
3
votes
4answers
146 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
25 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 …
0
votes
1answer
57 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)?
0
votes
5answers
89 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.
1
vote
3answers
63 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
69 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 …
