Click here to Skip to main content
15,886,963 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Unable to connect SSMS to an Azure SQL server Pin
Stephen Holdorf29-Sep-17 3:23
Stephen Holdorf29-Sep-17 3:23 
AnswerRe: Unable to connect SSMS to an Azure SQL server Pin
jschell29-Sep-17 7:29
jschell29-Sep-17 7:29 
QuestionReference Material for creating/documenting Software architecture Pin
Member 1341762119-Sep-17 2:28
Member 1341762119-Sep-17 2:28 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
Afzaal Ahmad Zeeshan19-Sep-17 3:10
professionalAfzaal Ahmad Zeeshan19-Sep-17 3:10 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
Eddy Vluggen19-Sep-17 4:07
professionalEddy Vluggen19-Sep-17 4:07 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
Henrik Jonsson19-Sep-17 7:43
Henrik Jonsson19-Sep-17 7:43 
AnswerRe: Reference Material for creating/documenting Software architecture Pin
jschell20-Sep-17 7:34
jschell20-Sep-17 7:34 
QuestionDesign Pattern : Queue Pin
Joel Palmer31-Aug-17 3:21
Joel Palmer31-Aug-17 3:21 
I'm not much of an Architect so I need some advise.

We have a home-grown very badly designed queue that buffers data for a legacy system. The data is sent to the queue and stored in a sql table then the host service takes the top item and attempts to send it on. Do not assume the receiving legacy systems are .NET or even SOA... I may need to drop this stuff to an XML file. Smile | :) Fun right? On success, the queued item is archived.

I have the opportunity to rewrite this. I want this buffer to handle any type of request (not a rigid data structure) and we need to report on the meta-data in the queue. So, I basically want to store the message or serialized object in an XML field and keep meta data in a separate table to meet the reporting requirements.

I've been looking for a design pattern (factory?) that I can follow or an example project on how to do this. Please make a recommendation.

I'm also aware of msmq. I doubt the decision-makers would allow me to go this direction but this is my one opportunity to get their buy-in. Can someone help me by telling me if msmq is a good solution for this and, if so, point out an article as to why? I assume msmq can only interact with web/wcf services. Is that true?
AnswerRe: Design Pattern : Queue Pin
jschell4-Sep-17 7:55
jschell4-Sep-17 7:55 
AnswerRe: Design Pattern : Queue Pin
Gerry Schmitz9-Sep-17 13:06
mveGerry Schmitz9-Sep-17 13:06 
Questionbulk data should be in executable Pin
Erhy23-Aug-17 9:51
Erhy23-Aug-17 9:51 
AnswerRe: bulk data should be in executable Pin
Richard MacCutchan23-Aug-17 21:14
mveRichard MacCutchan23-Aug-17 21:14 
GeneralRe: bulk data should be in executable Pin
Erhy24-Aug-17 2:30
Erhy24-Aug-17 2:30 
AnswerRe: bulk data should be in executable Pin
Gerry Schmitz24-Aug-17 6:15
mveGerry Schmitz24-Aug-17 6:15 
GeneralRe: bulk data should be in executable Pin
Erhy24-Aug-17 6:35
Erhy24-Aug-17 6:35 
AnswerRe: bulk data should be in executable Pin
jschell24-Aug-17 8:35
jschell24-Aug-17 8:35 
GeneralRe: bulk data should be in executable Pin
Erhy24-Aug-17 9:43
Erhy24-Aug-17 9:43 
GeneralRe: bulk data should be in executable Pin
jschell25-Aug-17 9:01
jschell25-Aug-17 9:01 
GeneralRe: bulk data should be in executable Pin
Erhy28-Aug-17 6:31
Erhy28-Aug-17 6:31 
GeneralRe: bulk data should be in executable Pin
Eddy Vluggen28-Aug-17 7:21
professionalEddy Vluggen28-Aug-17 7:21 
GeneralRe: bulk data should be in executable Pin
Erhy28-Aug-17 10:29
Erhy28-Aug-17 10:29 
GeneralRe: bulk data should be in executable Pin
Eddy Vluggen28-Aug-17 10:40
professionalEddy Vluggen28-Aug-17 10:40 
GeneralRe: bulk data should be in executable Pin
Erhy28-Aug-17 10:51
Erhy28-Aug-17 10:51 
QuestionCall Into or Notify Other Instances Of Your App Pin
Kevin Marois7-Aug-17 10:44
professionalKevin Marois7-Aug-17 10:44 
AnswerRe: Call Into or Notify Other Instances Of Your App Pin
Eddy Vluggen13-Aug-17 1:05
professionalEddy Vluggen13-Aug-17 1:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.