Tagged Questions
The mom tag has no wiki summary.
22
votes
4answers
5k views
In which domains are message oriented middleware like AMQP useful?
What problem do MOM (Message Oriented Middleware) solve? Scalability? Integration?
In which domain are they typically used and in which domains are they typically not used?
For example, say, is ...
11
votes
5answers
6k views
Message Oriented Middleware (MoM) Vs. Enterprise Service Bus (ESB)
I come from a background of MoM. I think I understand ESB conceptually. However, I'm not too sure about the practical differences between the two when it comes to making a choice architecturally.
...
6
votes
8answers
3k views
Best Publish/Subscribe “Middleware”
I'm in the market for a good open source network based Pub/Sub (observer pattern) library. I haven't found any I like:
JMS - tied to Java, treats message contents as dumb binary blobs
NDDS - $$, ...
3
votes
2answers
721 views
Avoiding duplicated messages on JMS/ActiveMQ
There's a way to suppress duplicated messages on a queue defined on ActiveMQ server?
I tried to define manually JMSMessageID, (message.setJMSMessageID("uniqueid")), but server ignores this ...
2
votes
2answers
263 views
What is message-oriented middleware?
I've been trying to figure out exactly what message-oriented middleware is, but haven't been able to find any non-enterprise real world examples that make sense to me. Can anyone give me a clear and ...
2
votes
2answers
348 views
Message Oriented Middleware for Mobile Device Development
I would like to write a application for mobile devices (blackberry and android). Is there a (free) client to connect to a MOM? The MOM should guarantee message delivery even if the connection is ...
1
vote
2answers
328 views
EMS, ESB and MOM, JMS
What is the relation and differences between the following terms?
Enterprise Messaging System (EMS)
Enterprise Service Bus (ESB)
Message Oriented Middleware (MOM)
Java Messaging Service (JMS)
1
vote
2answers
203 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 ...
0
votes
0answers
22 views
How to buffer incoming data stream
the front-end of my application is very fast and pushes data (in format of json,atom or html) to the back-end at a great speed and amount. I need a way to buffer it before it goes to back-end. Any ...
0
votes
1answer
88 views
ActiveMQ MOM vs Remote Method vs Shared DB for SOA architecture in ColdFusion?
We are at an architecture crossroad.
The previous system used used share DB for communicating between each other, but we want to get rid of the cfschedule polling latency. All the sub-system are ...
0
votes
2answers
78 views
Getting Number of out Core-Data SQLite Database
Using Core-Data to hold various information, one of which is a 'number' attribute (Int(16)). I try to take it out of the database using:
number = (int)[info valueForKey:@"number"];
Unfortunately, ...
0
votes
1answer
109 views
What's the best Enterprise Service Bus/Message Oriented Middleware for complex routing/forwarding?
I'm looking to develop an application that can forward/route messages to multiple clients as the messages arrive at a central location. The hitch is that which clients the message is forwarded/routed ...
0
votes
0answers
148 views
Getting errors while exporting management pack from Authoring console to Operation Console
I have created a basic Management Pack for my learning having rule for event log using Authoring Console .When i try to export that to Operations Manager 2007 i get the following error :
System ...
0
votes
2answers
79 views
Mom file creation (5 product limit problem)
Ok, I realize this is a very niche issue, but I'm hoping the process is straight forward enough...
I'm tasked with creating a data file out of Customer/Order information. Problem is, the datafile ...
0
votes
1answer
201 views
Detect maintenance mode scom agent (aka MOM)
Is there a way programatically to find out if the SCOM agent is in Maintenance Mode.
0
votes
1answer
337 views
how do scom subscriptions work?
I'm writing a connector into SCOM using a subscription, and trying to find out if I have a bug or not:
Do subscriptions work like a feed, so that they return me all the current alarms in the system?
...