The common acronym for the general idea of an "enterprise messaging service," or "enterprise messaging system," a set of published Enterprise-wide standards that allows organizations to integrate computer systems that may be very different by sending semantically precise messages between them.

learn more… | top users | synonyms

0
votes
1answer
42 views

Connect to EMS JMS queue using Spring + SSL

I'm having some issues to create a connection to (and reading from) a Tibco EMS JMS queue, using SSL and mutual authentication with certicates. Here is my Spring config: <!-- TIBCO Connection ...
0
votes
1answer
29 views

Not able to retrieve messages from topic using EMS.NET API

I am trying to write a simple application to send messages to a topic from use input and show messages published on topic. There are two command line executables - one for publisher and another for ...
5
votes
1answer
180 views

send EMS messages using smsj api

I am new to java programming. I have used smsj api to send messages from pc to mobile through a gsm modem. I have succesfully been able to send plain text messages using SmsSender.sendTextSms(msg, ...
2
votes
2answers
205 views

send ems messages from pc to mobile

i am in search of a java api/ library/ sms-gateway that supports sending of EMS messages from pc to mobile. By EMS, i basically mean sending concatenated messages, picture messages(1 bit images), ...
0
votes
1answer
104 views

Camel SEDA queue messages before sending Spring

I am sending messages after processing via EMS using Camel. I have something like the following in Spring: <route> <from uri="startMessage"/> <to uri="processMessage"/> ...
3
votes
2answers
41 views

Strange, but clearly specific font-sizes when using ems

I have noticed that websites that use ems for fonts generally have strange, but clearly specific numbers for example: in a popular reset css - normalize.css I found that has a h3 set to 1.17em, h4 to ...
0
votes
0answers
31 views

How to invalidate a client session if not acknowledged in few seconds from EMS server

I have TIBCO EMS Queue and I have 2 receivers ( 2 MDBs) in exclusive mode from this queue, it means only one will be actively consuming and other one is in standby mode, now here is my challenge, If ...
0
votes
2answers
199 views

TIBCO EMS Retry logic

We have one application server running our c# windows service and one server running TIBCO EMS. Both of the servers will be restarted at different time during the week. When the application server ...
0
votes
3answers
86 views

Em font size is adding margin to the top of my h1?

I started using a CSS reset (YUI) for the first time with my personal site at http://www.tommaxwell.me, and it has helped a lot with cross-browser compatibility. However, in webkit browsers (Chrome, ...
17
votes
2answers
2k views

Why does Twitter Bootstrap Use Pixels for Font Size?

Given that Twitter Bootstrap is designed to be responsive / device-friendly, why doesn't it use relative font sizes?
0
votes
0answers
137 views

Tibco EMS temperoary queue

we created a tempory queue and assign it to the reply field of an ems message. We then send the message to the static queue and kill the application through process manager. So it does not have chance ...
0
votes
2answers
744 views

What input does the Exchange get-mailbox command accept?

Please bear with me if this question sounds too stupid.. but I am very confused as what does the Exchange get-mailbox command accepts as the identity input. According to Microsoft's documentation, ...
0
votes
0answers
123 views

Tibco EMS add backup async consumer session in properties xml

Server side: I have two working Tibco EMS servers(main and backup). Both have different IP addresses and Destination names. Client side: I have Tibco EMS Async Consumer application coded on Java ...
3
votes
1answer
220 views

How to indicate that a JMSTemplate.receive() should use a DurableSubscriber

I want to do this without using the xml configuration. I am toying with Spring JMS to see if it meets my needs. Is there anyway of doing a synchronous receive using the JmsTemplate jmsTemplate = new ...
0
votes
2answers
520 views

Sending UTF-8 Text Messages on C# using TIBCO EMS

I'm using the TIBCO EMS library TIBCO.EMS.dll to send xml messages to a queue on a TIBCO EMS server. The application receiving those messages requires the XML to be UTF-8 encoded. Generating the ...
2
votes
2answers
878 views

Implementing a JMS Request-Reply. Queue vs Topic?

I understand that there are different ways (or permutations) to implementing a JMS Request-Reply mechanism, i.e. request queue and response queue, request topic and response topic, or a mix of either. ...
3
votes
2answers
432 views

In TIBCO EMS (or other JMS), how do I create a scalable request/response processor?

I'm working on a server side project providing a request/response service over TIBCO EMS and am looking for advice on best practice to archive scalability as well as low latency in this service. I'm ...
3
votes
4answers
3k views

Tibco EMS vs. MSMQ vs. MQ

Could not find an answer on this question, so would like to initiate this: Tibco EMS vs. MSMQ vs. MQ. How do these 3 technologies compare? Which one is better and in which kinds of scenarios? ...
0
votes
1answer
70 views

Is it necessary to have a PRIMARY index AND colname index on the primary key column?

Imagine the following table: Simple single row table. Colname = id int(11) ...
1
vote
2answers
493 views

Howto prompt for password when running tibco EMS script

It is possible to run an ems script using tibemsadmin -server tcp://localhost:7222 -user <username> -password <password> -script <file> however, this of course makes your password ...
1
vote
1answer
2k views

Weblogic EJB connection to external Tibco EMS JMS Queue

I'm trying to connect a Weblogic (10.3) MDB to a Tibco EMS JMS queue. I've read from the queue using a simple Java/Spring JNDI connection so I know the foreign JNDI lookup names are valid. My WL ...
2
votes
2answers
3k views

Connect to EMS JMS queue using Spring3 + JNDI

I'm having some issues create a connection to (and reading from) a Tibco EMS JMS queue. <beans> <bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate"> ...
3
votes
2answers
2k 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)
0
votes
4answers
961 views

How to know who is connect to Tibco EMS Queue

We are using Tibco EMS Queue to send messages. We are the publisher, and whenever we are publishing messages it seems someone is consuming that and when we asked the other team who is subscribing, ...
0
votes
2answers
758 views

TIBCO EMS notification to Publisher in case of Subscriber failure

I am trying to find an answer on of how to notify an EMS Publisher in case of a Subscriber failure. In a case of Publisher->EMS server->Subscriber, if a Subscriber fails, I need to inform Publisher to ...
0
votes
1answer
96 views

How to handle issues with Connections cannot be made(either DB or external systems) when multiple connections are available

I have question regarding handling the multiple connections. These connections can be either DB connection, SOA connection, EMS connection etc..... Lets say I have 1 database connection where I pull ...
1
vote
2answers
256 views

EMS MySQL Manager Migration

I have been using EMS MySQL Manager for a while now, however my system died last week and I have since had to transfer anything I can get my hands on to a new machine. EMS is giving me problems ...
2
votes
2answers
372 views

Tibco Designer

I am doing a project with tibco designer and require an xml document to be required to be repeated to 3 destinations with some tags modified. I was thinking of doing this in JAVA with a tokeniser, but ...
1
vote
1answer
440 views

Import Chinese characters in MySQL [duplicate]

Possible Duplicate: Import chinese character in mysql table. How can I import an Excel file with Chinese characters into a MySQL table (EMS Manager). Can anyone please help me? Thanks.
0
votes
1answer
418 views

Import chinese character in mysql table

how can i import excel file with chinese character in to mysql table(EMS Manager). can anyone please appreciatively help me ? Thanks.
2
votes
2answers
476 views

A business scenario that could involve integration of a number of IT systems using JMS?

Can anyone give me some suggestions of a business scenarios where I can implement Java Messaging Services (JMS). The message can be sent either by queue(point-to-point) or topic (regular/durable ...
1
vote
3answers
2k views

Tibco EMS Session sharing Connection object

Our connectivity to EMS code was initially ill-designed and created one TopicConnection object per topic that we listened to. So, in effect, whenever we subscribed to a topic, we create a new ...
0
votes
3answers
776 views

All I have is a Tibco.EMS.dll, what else do I need?

All I have is a Tibco.EMS.dll version 5.1.4.0 for .NET, what else do I need? Anyone know where I can download a manual? Do I need anything else like like other DLLs or config files? Any help would ...
3
votes
2answers
2k views

JMS equivalent in .Net

I am trying to make an common abstract interface over the messaging infrastructure in our company. The design goal is to 2 fold. 1 is to hide the complexity of programming from the developers (i know ...
1
vote
1answer
2k views

What should the client do while the TIBCO EMS server attempts failover?

The TIBCO EMS user's guide (pg 292) says that the backup server will work indefinitely to either A) become the primary server or B) reconnect to the primary server. It also says clients may receive ...
1
vote
1answer
3k views

Does the TIBCO EMS server manage reconnection? or does the client?

The TIBCO EMS .NET reference guide says (pg 134) To enable reconnection behavior and fault tolerance, the serverURL parameter must be a comma-separated list of two or more URLs. In a situation ...
7
votes
3answers
6k views

TIBCO EMS Failover reconnect for C# (TIBCO.EMS.dll)

We have a TIBCO EMS solution that uses built-in server failover in a 2-4 server environment. If the TIBCO admins fail-over services from one EMS server to another, connections are supposed to be ...
1
vote
4answers
2k views

JMS (esp Tibco EMS) can I have an environment with in a message broker

I have a message broker with some topics, and some set of applications running on it. Now I want to run a new set of the same applications (say for QA environment) on the same topics (on the same ...