Tagged Questions

0
votes
1answer
54 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 application and enterprise …
0
votes
1answer
9 views

Is there a Message Bus provider that allows for Durable Subscribersand full replay?

I am trying to find a message bus provider that supports Durable Subscribers and allows me to replay, in order, based on the message timestamp, all messages for a given topic. Futhermore, I would like …
1
vote
3answers
115 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
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
71 views

Embeddable messaging component for Java web application

In order to satisfy customer requirements, we will need to let users exchange information among each other. The 'messaging system' does not have sophisticated back-end requirements and could be easily …
0
votes
1answer
91 views

Mule Aggregator - Streaming Aggregation

The collection aggregator used in the Mule 2.0 framework works a bit like this: An inbound router takes a collection of messages and splits it up into a number of smaller messages - each smaller …
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 …
4
votes
6answers
307 views

Can someone explain what message brokers are used for?

In my line of work it's hard to go five minutes without someone extolling the virtues of MQ Series or MSMQ or the like, and I always wonder, after the sparkle of buzzwords has passed, what are some …
-1
votes
1answer
59 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
1answer
354 views

Overriding paint of combobox using WndProc

Hi, I've overriden the WndProc of the ComboBox and I am drawing my own combo box, a code snippet is below: Protected Overrides Sub WndProc(ByRef m As Message) MyBase.WndProc(m) Select Case …
1
vote
1answer
37 views

Trade-offs implementing versioning of services accessed by reliable async messaging?

Clients of HTTP services can specify the version (and format) they understand by requesting or posting data with a specific content type. The HTTP protocol defines error codes for reporting that the …
1
vote
2answers
77 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
6answers
98 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
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
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 …

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