Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Indigo (messaging system)


Related Topics

In the News (Thu 24 Dec 09)

  
 [No title]
The aggregate system of services is built to allow for change—the system must adapt to the presence of new services that appear a long time after the original services and clients have been deployed, and these must not break functionality.
Though Indigo allows objects with arbitrary methods to be stored in a message, all message parts may be interacted with uniformly according to the SOAP and XML data models.
Figure 3 shows a service that when sent a message whose content is a simple string, prints that string to the console.This service assumes that the body of the message is a simple string and will consistently and reliably fail if the body of the message is anything else.
msdn.microsoft.com /msdnmag/issues/04/01/Indigo/default.aspx   (4970 words)

  
 TheServerSide.NET - TSS Featured Entry
The Message class is the immediate representation of a message that the entire Indigo infrastructure uses internally and that can be surfaced to the application using a contract definition like this.
In that case, all messages matching the concrete Action URI of that operation would be dispatched there and all other messages would flow into the wildcard operation.
If I were setting up security or reliable messaging, would also be doing that here and add the respective config elements alongside the TCP transport binding element, but we will keep it simple for the time being.
www.theserverside.net /blogs/showblog.tss?id=IndigoP1   (1314 words)

  
 benjaminm's blog - More on the Microsoft Messaging message   (Site not responding. Last check: 2007-11-07)
In the interest of clarifying the message and checking my own understanding, here are some answers I've come up with based on watching the PDC sessions on my daily train commute and the comments that BWill from the Indigo team left on my last post.
It's easy to query the status of messages, processing the queues is as simple as writing a stored procedure, the database can efficiently throttle the queue processing resources and it's possible to farm out message processing work to another machine since all that is required to process a queue is a DB connection string.
Indigo will offer reliable messaging (which is a huge improvement over current web service technology), but it will not be a full-fledged message queuing system.
benjaminm.net /PermaLink.aspx?guid=dceab3fe-5eae-47e1-87a4-c795ca369d2d   (1201 words)

  
 Indigo Rose Software Forums - Messaging System.v.1.0.0   (Site not responding. Last check: 2007-11-07)
It lets you exchange messages with other users which use also Messaging System application.
After you have followed these steps you are ready to send and receive messages.
You can not send messages longer than 255 characters.
www.indigorose.com /forums/printthread.php?t=10763   (108 words)

  
 Indigo Rose Software Forums - FAQ: General Forum Usage
Registered members may also be able to send messages to other members of this forum using the private messaging system.
The Inbox folder contains any new messages you receive, and allows you to view all the messages you have received, along with the name of the person who sent the message to you, and the date and time the message was sent.
Messages in this section can be cancelled if you decide that their contents are no longer relevant, or for any other reason.
www.indigorose.com /forums/faq.php?faq=vb_board_usage   (1681 words)

  
 Microsoft Indigo Architect John Shewchuk
Indigo Architect John Shewchuk took time out of his code crunching schedule to define Indigo and how it fits into the overall Longhorn plan.
The point is that proper operation of the system does not require common implementations on either side of the wire.
Indigo is the component that will be sitting in Windows to manage the communication to the printer when you're on your laptop walking between buildings.
www.internetnews.com /ec-news/article.php/3357621   (1404 words)

  
 Microsoft   (Site not responding. Last check: 2007-11-07)
MSN Messenger, an instant messaging client, was introduced in 1999 to compete with the popular AOL Instant Messenger (AIM).
All versions of Windows prior to Windows NT (for business systems) and Windows XP (for home systems) were based on an MS-DOS foundation.
Microsoft Windows has an effective monopoly in the desktop operating systems market; this was established in the "findings of fact" during the antitrust case.
www.sciencedaily.com /encyclopedia/microsoft   (3445 words)

  
 Majoring on the Minors
The mismatch between the two systems assumptions (particularly, but not limited to, the difference between garbage collection and ref counting) is so great that complex interactions are typically plagued by nasty bugs.
Of course, there are applications where can be useful express messages instead of the transactional and the state can be handled in the database, but mostly those implications are deployed in the same machine (there is no possibility to lost or duplicate messages).
Also, for the pulling message model such as message balancer, the tx-queues are mandatory elements in this model, without this feature the balancer will not move messages between the request and response queues in the reliable manner.
pluralsight.com /blogs/johncj/archive/2005/08/04/13855.aspx   (2114 words)

  
 VSLive! The premier conference for Visual Studio .NET developers
Indigo combines and extends the capabilities of existing distributed systems technologies, including Enterprise Services, System.Messaging,.NET Remoting, ASMX, and WSE to deliver a unified development experience spanning distance, topologies, hosting models, protocols, and security models.
Indigo's security model provides a flexible architecture for authentication, authorization, auditing, confidentiality, and integrity in a service-oriented system.
In this talk we will drill into reliable messaging, queuing and transactions, discuss when they are needed, and show how to use then in Indigo to easily increase the reliability of your distributed system.
www.ftponline.com /conferences/vslive/2005/sf/indigo-sessions.aspx   (552 words)

  
 IRhetoric - Karsten Januszewski : Answering Some Questions About Indigo   (Site not responding. Last check: 2007-11-07)
One of the goals of Indigo is to provide a method-based programming model, but allows developers to work with the message if they choose to.
Indigo works similarly, in that the client must be addressable.
Indigo is an OS pillar that is implemented in managed code, it does not replace or affect netFx all at.
blogs.msdn.com /karstenj/archive/2004/02/13/72776.aspx   (918 words)

  
 On messaging and distributed system design
As one comment on John's post observes, in a lot of ways the focus on particular implementation technology isn't as important as the design considerations around message payload, asynchrony, message exchange pattern, state management, programming model, etc. These things are often conflated, which is a mistake.
But the WSE messaging API includes SoapSender and SoapClient, which feel like proxies to me. Okay, they are generic proxies that aren't typed according to your interface (yes, you can use SoapClient that way too), but they are proxies.
Steve Swartz from Indigo responded that they are trying really hard to make working with raw XML in Indigo as easy as possible.
pluralsight.com /blogs/tewald/archive/2005/08/08/13920.aspx   (1234 words)

  
 Ari Bixhorn on the Unified Programming Model of Indigo
Indigo provides a unified programming model that enables developers to build service-oriented applications explicitly—loosely coupled, autonomous services that provide end-to-end security and reliable messaging assurances.
Also, while we do say that Indigo is a messaging platform, I think the word "messaging" should be taken in a much looser context, and not in the strict sense of message queuing a la MSMQ and JMS.
I think the real beauty of Indigo lies in the fact that the same underlying plumbing and platform is being utilised to provide with all of these programming models, and the combined richness there in.
www.theserverside.net /news/thread.tss?thread_id=31397   (3257 words)

  
 Softwaremaker - Indigo
I will be delivering Indigo Ascend in Asia Pacific in the coming months on behalf of the Indigo and Ascend team in MSFT Corp, Redmond, US.
Indigo is an Ascend which I am proud and excited to deliver because it is a future facet of Windows Server 2003 that I have spent quite some time on and I believe it is something that real customers need in the field to solve real-world problems today.
I am deeply entrenched in Indigo today, which some people have argued it is more of a revolution of distributed systems in terms of its perception.
www.softwaremaker.net /blog/CategoryView,category,Indigo.aspx   (2802 words)

  
 Longhorn   (Site not responding. Last check: 2007-11-07)
The fundamentals are new developments to the basic structure of the operating system including the.NET framework, further support for digital rights management DRM, an application deployment engine ClickOnce, improvements to the installation of applications with the WIndows Installer, and the Trustworthy Computing initiative, previously known as Palladium.
Indigo is a service-oriented messaging system to allow programs to interoperate as part of the.NET framework.
It is worth noting that Avalon, Indigo, and WinFX are technologies that will be made available to Windows XP and Windows Server 2003 as well, and are therefore not technologies to be exclusive to Longhorn.
www.longhorn-xp.com   (1585 words)

  
 Indigo - the picture of a messaging bus becomes clearer   (Site not responding. Last check: 2007-11-07)
For now, it seems like Indigo has the aim to be an integrated, extensible framework for distributed applications on the.NET platform - but with support for a wide range of distributed topologies like in-process, cross-process, intranet and Internet.
Following the big Web services wave, Indigo is based on the WSA (formerly known as GXA) protocols and specs to achieve the best possible interoperability with other vendors like IBM and other partners.
Messaging bus - this seems to be the most appropriate word to apply here.
weblogs.asp.net /cweyer/posts/27729.aspx   (686 words)

  
 Microsoft Details, Meaning Microsoft Article and Explanation Guide
The company's aggressive business practices have led to several government investigations, including a 1998 federal lawsuit in which it was found to have illegally leveraged its monopoly power to defeat its competitors; through appeals and negotiated settlements, Microsoft has mitigated the adverse effects of this ruling on its operations and financial status.
Systems Management Server is a collections of tools that provide remote control, patch management, software distribution, and hardware/software inventory.
All versions of Windows prior to Windows NT (for business systems) and Windows XP (for business and home systems) were based on an MS-DOS foundation.
www.e-paranoids.com /m/mi/microsoft.html   (3775 words)

  
 Indigo Takes a SIP of Messaging
Last June, Indigo and Convedia Corporation, a provider of multi-protocol media servers, announced today they have entered into a partnership that will deliver to service providers and enterprises the ability to make use of presence information in multimedia collaborative applications.
Indigo said it will use the new funds to both further develop a presence in the U.S. and Europe, and reinforce sales and marketing operations on both continents.
And last May, Indigo partnered with Ingate Systems, which provides both SIP-capable firewalls and devices that SIP-enable existing firewalls, to work together on a number of selected customers in the U.S. and Europe.
siliconvalley.internet.com /news/article.php/1449421   (779 words)

  
 Longhorn developer tools released - Builder UK
The company is providing free downloads of a toolkit that will let developers write applications for Avalon and Indigo, two of the main additions to Windows due with Longhorn.
Programs written for Indigo, a Web services and communication architecture, and Avalon, a new graphics and presentation engine, will also be able to run on two common current versions of Windows, Windows XP and Windows Server 2003.
Avalon and Indigo will be part of Longhorn but also made available separately, when Longhorn ships, for Windows XP and Windows Server 2003.
uk.builder.com /programming/windows/0,39026618,39247677,00.htm   (452 words)

  
 WINDOWS AND WINDOWS
The operating system, expected in 2006, will offer major improvements over Windows XP in the way it handles graphics, files and communications, the company said at the time.
One part of Longhorn where Microsoft might cut back its ambitions is WinFS, the new unified storage system that Gates referred to at PDC as a "Holy Grail." WinFS promises to make it easier for users to find data such as documents and e-mail messages.
And at firms running the older operating systems, an average of 39 percent of desktops were running either Windows 95 or Windows 98, according to technology consultant AssetMetrix.
www.killaracomputers.com /gpage1.html   (8637 words)

  
 [No title]
Hence, the principal requirement of an Instant Messaging (IM) system is to offer users a straightforward way to deliver their messages.
With the number of instant messages sent expected to approach 2 trillion per year by 2004, IM has already established itself as the elusive application to kickstart the market for integrated communications products.
With operations in both the US and Europe, Indigo Software is a forward-thinking software developer, architecting new Internet communications solutions for a broad range of service providers, including ISPs, communications ASPs, IP carriers and Next-Gen operators.
www.indigosw.com /news/releases_article_010.shtml   (561 words)

  
 Microsoft Shares Bits of 'Indigo,' 'Avalon'   (Site not responding. Last check: 2007-11-07)
Indigo is described as a new service-oriented communications infrastructure built on top of Web services protocols.
Bixhorn said the advanced Web services support in Indigo provides interoperable secure, reliable and transacted messaging, which were the top three issues developers cited after Microsoft whetted their appetites for Indigo at the Microsoft Professional Developers Conference in Los Angeles in 2003 and subsequently.
Microsoft is slated to release Beta One of Indigo in the first half of this year, "and we're still on track to RTM [release to manufacturing] in 2006.
www.thechannelinsider.com /article2/0,1759,1776881,00.asp   (778 words)

  
 Microsoft Releases 'Indigo' Preview
Microsoft officials said the Indigo infrastructure simplifies development through a service-oriented programming model where programs are composed using asynchronous message passing.
Indigo represents a unified programming model for building applications that support the broad array of Web services standards, which Microsoft refers to as the WS-* specifications.
Microsoft is slated to release Beta 1 of Indigo in the first half of this year, "and we're still on track for RTM [release to manufacturing] in 2006.
www.eweek.com /article2/0,1759,1779296,00.asp?kc=EWRSS03119TX1K0000594   (946 words)

  
 unified messaging   (Site not responding. Last check: 2007-11-07)
News Analysis: Enterprise instant messaging may be the future of the field, judging by upcoming projects from major vendors.
After all, we were talking about the need for unified messaging and unified communications way before IP networking and VoIP came into the picture.
There are a number of different features you get with the various unified messaging systems out there.
freeunifiedmessaging.com   (928 words)

  
 Yorai's Page - Archive for 08/2004
Sunday, August 29, 2004 02:56 AM Microsoft has announced that the next version of the Windows client operating system (the thing called "Longhorn") will be available in 2006, which means will see it on the corporate desktop a year or two later.
Specifically, Avalon and Indigo will be available on Windows XP and Windows Server 2003.
All of the programmers have phones on their desks, which they are expected to answer (that is, they cannot silence them), and cell-phones, furiously competing fur the title of most annoying digitized rendering of a classical or popular musical piece.
www.yoraispage.com /archive/200408.asp   (2616 words)

  
 The long view on Longhorn | InfoWorld | Analysis | 2004-07-16 | By Jon Udell   (Site not responding. Last check: 2007-11-07)
Extending a tradition that dates back to Microsoft's earliest COM-based middleware, Indigo will offer developers hands-off control of the messaging system, enabling them to invoke asynchrony, transactions, or encryption using terse metadata annotations rather than many lines of code.
But Indigo's charter is to ensure that the resulting applications and services can interoperate cleanly with any standards-based services fabric.
Because properties are owned by the system, applications will pool their use of them.
www.infoworld.com /article/04/07/16/29FElonghorn_2.html   (1507 words)

  
 SIP: Press Releases 2001   (Site not responding. Last check: 2007-11-07)
Mitel Networks and Indigo Software Demonstrate SIP Interoperability at the Desktop, Indigo, October 31, 2001.
Indigo Software Releases Industry-First ENUM Redirect Server Based on NetNumber Technology, Indigo, October 15, 2001.
Indigo Software First to Demonstrate Presence and Instant Messaging System Based Entirely on SIP, Indigo Software, March 21, 2001.
www.cs.columbia.edu /sip/pr2001.html   (211 words)

  
 FTPOnline.com   (Site not responding. Last check: 2007-11-07)
Microsoft is rolling out sequential updates with its Web Services Enhancements, tackling one problem area at a time building up to the eventual release of Indigo, its Web services platform.
Orlando, while reiterating that Indigo will be available for XP and will not require Longhorn.
At one level, Microsoft has visionaries such as Pat Helland who brilliantly articulate a grand metaphor drawn from the evolution of cities.
www.fawcette.com /weblogger/forum.aspx?ID=1&DATE=11/11/2004&blog=   (659 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.